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.