code 1: protected void RadGrid1_UpdateCommand(object sender, GridCommandEventArgs e开发者_运维知识库)
I\'m using the radgrid and I need to be able to add a row dynamically based on a certain condition.The table looks something like this:
The RadGrid is generated from the server-side with template fields. NeedDataSource() is what is used for data binding. On every postback, RadGrid loses the values as the NeedDataSource is not called.M
I have the following code Javascript function RowDblClick(sender, eventArgs) { window.radopen(\"SourceFileAdmin.aspx?SourceSystemFileId=\" + eventArgs.getDataKeyValue(\"SourceSystemFileId\"), \"User
I\'m pretty new to working with Telerik controls, and I\'ve received zero response on the Telerik forums in regard to this, but a friend recommended Stackoverflow, so I hope someone can help.
I have two radgrid , for the first radgrid i am binding the data from serverside , and for the second radgrid i am binding the data through sqldatasource from clientside.
I am using Telerik RadGrid.i bind the data (i.e 10 rows) to radgrid with paging .the paging was set to 5 per page.the radgrid as Hirarchial mode.
I have The following code to set the edit mode for Radgrid based on condition but i am getting error saying cannot implcitly convert bool to telerik.web.ui.grideditmode
I have a RadGrid control which is created dynamically on page_init and added to a placeholder which is inside an updatePanel on the page.
I\'m using radgrid in my asp.net application. In button 开发者_运维百科click i\'m binding the grid with data.