Error after double clicking the Row

Hi,
I have very simple problem. When I created one datatable and provided as a datasource to the GGC. When I double cliks any row it shows error to me "Object reference not set to an instance of an object". Actually I want that GGC to be in edit mode for that particular row after double clicking. Can you please tell where I am going wrong? Or do I need to set any more properties here. I dont want to set updatecommand here. I want to save the GGC rows only after user will press the save button after editing all rows.

Thanks,
Sandeep

1 Reply

SI Sivakumar Syncfusion Team September 12, 2006 05:50 PM UTC

Hi Sandeep,

Our grid requires it to be binded it in the webforms Init event. also if the datatable doesn''t have a primary column you should specify one.

Please have a look at the documentation that ships with our essential grid install. Here please look in to the section "EssentialGrid->ASP.net->Introducing Essentialgroupinggrid fro Asp.net-> using GridGroupingControl->Setting upDataBinding"
and make sure these steps are followed in your project.

You can also view the same in our online documentation under the same hierarchy location as mentioned above

Online Documentation



Regards,
A.Sivakumar

Loader.
Up arrow icon