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
Hi,
How Can I remove or hidden BatchUpdateCommands "Undo All Changes" and "Save All Changes" from UXGridView StatusBar when CanUserAddRows="True", CanUserEditRows="True" and CanUserDeleteRows="True" ?
I attached simple picture, that shows wchich buttons I mean.
Is it posiible for UXGridView?
Regards,Krzysztof
Hello Krzysztof,
I have forwarded your question to our developers to know whether it is possible for UXGridView or not. I will let you know as soon as possible after I get any updates from them.
Thank you.Riendy
Hi Krzysztof,
To remove/hide BatchUpdateCommands in your version (2011 R1), you have to edit the entire template manually. But in product 2011 R1 SP1, we have implement the feature to disable or hide the BatchUpdateCommand, named CanUserBatchUpdate.
First of all, our time line to release the product 2011 R1 SP1 is this late night (US time). Hope there is no trouble to release it soon.Regarding to your question "how to edit the entire template manually?", there is no example in our documentation which is describe it. Anyway, to disable the BatchUpdate, you can set it in viewModel, in example you can put the following code in construction product.xaml :
this.IsBatchUpdate = true; // to enable IsBatchUpdate this.IsBatchUpdate = false; // to disable IsBatchUpdate
Then to hide/remove the BatchUpdate, you can follow this steps (i.e delete IsBatchUpdate button in product.xaml) :
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