BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Bhavani,
Sorry for the inconvenience caused.
We have analysed your query,
For Query a):
You can achieve your requirements by cancelling the GroupExpanding event for the empty group. We have created a simple sample to achieve this. Please refer the below sample.
Sample link: SfGrid.zip
For Query b):
We were able to reproduce the issue, we will fix the issue and it will be available in our next release which is expected by mid of May 2013.
Regards,
Prakash S.
Hi Bhavani,
Sorry for the inconvenience caused.
We are able to reproduce the reported issues. We will fix this issue and it will be available in our next release which is expected by mid of May 2013. At present you can use the below work around to achieve your requirements. We have created the simple sample based on that, Please refer the below sample.
Code Snippet [C#]:
var updaterowcount = this.datagrid.GetType().GetRuntimeMethods().FirstOrDefault(method => method.Name == "UpdateRowCount"); updaterowcount.Invoke(datagrid, null); |
Sample Link: SfGrid.zip
Please let us know if you need further assistance.
Regards,
Prakash S.