
One of the nice things about the Saleslogix live grid in the web client is that you can make columns editable in line saving user input time. In the live grid’s column collection to do this you just need to define the Editable column to True.
Well almost. You also need to set the Width property to something other than -1. Having the width of -1 prevents the column from being editable. Change it to a positive number and voila!
I have done this, and when I press the save button on the toolbar, the column does not save.
Any thoughts?
Got it!