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
Hello,
To get "Copy this Cell" menu, you should need to set "Allow Edit" yes.However, if you still want to set Read-only into your WebGrid, you would need to add Edit Type properties to No Edit in each of your WebGridColumn.Regards,Handy
Normally, in batch update mode, when you called Delete() or delete manually by pressing 'delete' key in keyboard, the current row would be marked. As you can see in my video, there should delete icon indicator and would be added as pending changes.So, that's why I am confused why you insist to say that you could not see the indicator.Suggest a workaround to hide the row when use delete() also would not help much.Even though you hide the row, it is still added in pending changes.It would not go away from pending changes, except you have clicked accept or cancel the pending changes.Regards,Handy
Hello Snusha,
When running deployment manager from development server, it should recognize what components that you used in your project. You can fill the RunTime license key in each product. After that, when you clicked next, it should show dialog which looks like your screenshot. To simple deploy, you can just ignore those tabs and simply click apply then close. It should add Runtime license key into your web.config.
Regards,Handy
Before sending the files to your client, please ensure you insert RunTime License key via Deployment Manager. Please pay attention that RunTime License key is not the same with License key that you used to register the product via License Manager.To obtain your RunTime License key, please login into developer network>>My Components.FYI, you don't need to install the product into your client machine since it is deployment.
Ok, I forwarded your project that replicates the issue to our developer teams.
Would you mind just send me the sample? It seems you also use css style which I also need to replicate the issue. However, I think it would be better if you use 100% value rather than use AutoHeight or AutoWidth.It seems WebGrid resize not completely because of this properties.Please try to call wg.DoResize(true,true) with some timeout.
Unfortunately, there is no method to expand all if you have more than 1 group levels.I think it is more easier if you handle this in client side.Please see my attached code. I am using on button click.
function Button1_onclick() { var grid = ISGetObject("WebGrid1"); var currentRow = grid.GetSelectedObject().GetRowObject(); currentRow.ExpandGroupRow(); // expand group row for (var i = 0; i < currentRow.GetGroupChildRows().length; i++) { currentRow.GetGroupChildRows()[i].ExpandGroupRow(); } return true; }
Hello Madhavan,
It is true that we have this layout issue. But is has been fixed. Please try to apply the attached hotfixes.
If the issue still persists, would you mind to send me a simple sample that replicates this issue?
In Client side approach, there is also available WebGrid button click client side event.However, if you are not handling save in database and changes. everytime you refresh or RebindDataSource, it would revert back into the old or first data.
Ok, I will wait for your sample. It seems we need to wait for your sample to see what the real problem is.
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