Hallo,
i need a WebHierarchicalDataGrid with add/remove rows behaviors.
I cannot see new row generated automatically by RowAdding behavior if my DataSet is empty (but my dataset has columns). Why?
Attached you can see an example with my problem.
Thanks
Hi Maxanziutti,
This is actually expected prior to version 12.2. The schema was not extracted correctly from certain empty data sources, so columns could not be autogenerated. 12.2 will have this implemented. prior to that version, you should simply define your columns.
regards,David Young