radgrid
RadGrid override CreateChildControls
I\'m extending the tellerick RadGrid control to give it an optional CustomSearchControl. protected override void CreateChildControls()[详细]
2023-01-15 22:15 分类:问答How to determine which detail table raised Telerik radgrid NeedDataSource Event?
For a radgrid, in the GridNeedDataSource Event, the eventargs include: RebindReason IsFromDetailTable This useful for determining whether the rebinding is caused by Parent or Child grid.[详细]
2023-01-15 07:07 分类:问答Accessing radgrid row through object data source
I have a radgrid and within said radgrid, I have a templatecolumn that is a lovely drop down list: <telerik:GridTemplateColumn HeaderText=\"Feedback\" UniqueName=\"Feedback\">[详细]
2023-01-14 12:09 分类:问答datagrid sql data source join
I have a table called Leaves. Fields are, * LeaveID * PersonID * ActingPersonID In Person\'s table, I have,[详细]
2023-01-14 01:04 分类:问答Does anyone know how to get the `InsertItem` of detail table of radgrid?
Does anyone know how to get the InsertItem of detai开发者_JAVA技巧l table of radgrid? I can get from master table using the following code.[详细]
2023-01-14 00:06 分类:问答Is it possible to add a Image to the control collection of the header of RadGrid
I would like to add and Image along with the HeaderText in RadGrid. I can able to do this in ItemBound event. But is there any possible ways to do t开发者_开发技巧he same in page prerender event?I got[详细]
2023-01-13 17:21 分类:问答Customizing the RadGrid EditItemTemplate Telerik
I created a RadGrid and added in the default edit stuff so that I can edit the data in my table. However, there is no validation for the controls that were generated and it is not very user friendly.[详细]
2023-01-12 19:05 分类:问答Getting ClientID of control in RadGrid edit form
I have Telerik RadGrid with a custom edit form. In my edit form there is a RadDatePicker to which I have added a custom footer template containing a \'Today\' button.[详细]
2023-01-11 14:01 分类:问答How to set BackColor of a table cell dynamically with a database value?
As a bonus to the project I\'m currently working on, t开发者_如何学编程he people would like it if I could change the background color of individual table cells depending on what their value is. So in[详细]
2023-01-09 02:52 分类:问答How to change data context and re-render single RadGridRow
After rendering full grid I need to change data context of selected Row since initially \"simple\" objects are filled as data source and when single item is selected (looking at RowDetailsVisibilityCh[详细]
2023-01-09 02:02 分类:问答