iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have two columns that are both TextBox. Column A is editable and Column B is set to EditType="NoEdit".
EditType="NoEdit".
In the function OnCellValidate I locate the cell for Column B and I want to set the value and text. However, it's not setting the values.
If the column is set to EditType="TextBox" the above code works.
Why?
Hi Tenika,
You can add another parameter to your code, like below:
selectedRow.GetCells().GetNamedItem("TaxCodeDesc").SetText("Test here", true, true); selectedRow.GetCells().GetNamedItem("TaxCodeDesc").SetValue("0", true, true);
But it will only set the Text and the Value, It will not save to your database. Since its already No Edit default behavior to not change any data.
If you want to change the database as well you can use either your work around and using ForceNoEdit method. You can refer to our documentation for ForceNoEdit method.
Hope this helps,
Thank you and have a nice weekend.
Regards,Niven.
My work around was changing the EditType="Textbox" make my change then changing the EditType = "NoEdit".
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname