| <telerik:RadGrid ID="RadGrid1" ...> |
| <MasterTableView ...> |
| <EditFormSettings EditFormType="Template"> |
| <FormTemplate> |
| <telerik:RadPanelBar ID="RPBTemplate" ...> |
| <Items> |
| <telerik:RadPanelItem ...> |
| ... |
| <telerik:RadPanelItem ...> |
| ... |
| </Items> |
| </telerik:RadPanelBar> |
| </FormTemplate> |
| </EditFormSettings> |
| </MasterTableView> |
| </RadGrid> |
Hello telerik team,
I have a question.
How is it that in certain circumstances when I try to register a JavaScript with the RadScriptManager it does not work. But all the telerik controls work just fine?
Do you guys have another way of registering JavaScript?
If you guys do I would like to know the way how it's done.
Thanks in advance,
Jeroen Speldekamp
Hi,
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/groupby/defaultcs.aspx
I’m tryingto create a dynamic group by grid and use above sample.
In stead ofusing datasourceid field, I create a dynamic datatable object and bind it withthe grid’ datasource property.
The sampleworks, however each time when I drag and drop a column header into the group byarea.
There isobject null error. Any idea? The source of the data is binded on need dataevent, and I also tried the batabind event as well.

