anmcgrath
anmcgrath
Hi @ganjiayi, you'll need a component wrapper around the Datasheet to do this at this stage. I have put together a somewhat convoluted example of how you might do this...
Hi @mthrift2100. I think it is a good idea. I would suggest that the default behaviour for a strict validation failing should still be the dialog alert, but the user...
Hi @sven634231 do you mean the column headings or the first row? If you do mean column headings then it is possible by setting the StickyHeadings parameter to true on...
Hi @sven634231 you can't sticky the first row (at the moment) but you can modify the column headings: `Sheet.Columns.SetHeadings( ... );`
I've added a basic context menu in the main branch. I'd like to make it more customizable, so interested in feedback on the best way to do this.
@ADefWebserver I've been thinking about how to do this and the method I tried (replacing the menu Id and thus menu shown in a beforeMenuShownEvent args) is giving me some...
> @anmcgrath - I see that you now have a "merge" option. Can you also add a property to optionally disable this?  Done
Hi @michalss at this stage you will have to parse the CSV yourself and set the values either with `Sheet.Cells.SetValue(...)` or `Sheet.Cells.SetValues(...)`
Hi Jason, sorry it's taken me so long to get back to you. My intention was for the object editor to handle this - and yes I think the solution...
@lucasmoraiss thanks for reporting, it's a bug with the code that refreshes the view after changes have been made. I'll have a look at it.