Hi,
i m giving the Telerik Spreadsheet a try, because i used the WPF and Silverlight one. But as far as i can see, there s still some features missing.
I see that the only way to "customize" and "interact" with the spreadsheet is via provider. So, if i want to get data from DB i overwrite the GetSheets() method, and if i want to Save i override the SaveToWorkbook method.
1) But, what if i want to interact with the spreadsheet without postback?
2) Is there any way from listening to the Cell OnChange event ? (even on the client side would be fine)
3) In the CellContextMenu there is a OnClientItemClicked event. Are there any more events runnable from the client side?
Thanks for your support