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
function regDataGrid_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { var regDataGrid = ISGetObject(controlId); menuObject.Items.GetNamedItem("mnuCopyCell").Hide(); //Hide Copy Cell menu menuObject.Items.GetNamedItem("mnuCopyRow").Hide(); //Hide Copy Row menu menuObject.Items.GetNamedItem("mnuCopyTable").Hide(); //Hide Copy Row menu return true; }
Hi Jim,Sorry for this inconvenience. I've re-upload the file.Thank your for your feedback.Regards,Bernard
Hi Jim,
I think this problem occurs because the value of LastCursorPosition property hasn't been set when WebTextEditor is being initialize. I made my own sample and attach it here. In my sample, I handle the cursor by using focus function. Could you check my sample again and tell me if my sample is already meet your scenario or no?
Regards,
Bernard.
if (UserRights().Export.ToLower() == "false") regDataGrid.LayoutSettings.AllowExport = ISNet.WebUI.WebGrid.Export.No; else regDataGrid.LayoutSettings.AllowExport = ISNet.WebUI.WebGrid.Export.Yes;
For your information, I recommend you to put this syntax on OnInitializeLayout event.
Hope this helps.
Bernard
I made another workaround for your scenario and it seems working for Mozilla Firefox and Google Chrome. I attach my sample here. Could you check my sample and tell me if my sample meet you scenario?
You can put the function on client-side event. I've made my own sample that show you how to add an event to your item. Could you check if my sample meet your scenario? Look forward to hear any feedback from you so I can help you further.
Regards,Bernard
Hi Randy,
I've tried to replicate this issue in Win7 style but unfortunately it works fine. It seems it's already been fixed in our WebGrid 8. Hope this helps.
Sorry for misunderstanding. I've tried to replicate your problem here but unfortunately it works fine.
I've made my own sample. In my sample, I used FormatConditions feature. When I add a new row, the row have background color like I set on FormatConditions. Could you check my sample and tell me if I missed something in my configuration?
Could you explain me more detail about your grouping scenario? From your information that you describe, I only know that you want to group the data by FormatConditions and coloring the child row as determined by FormatConditions.
I made my own sample to show the scenario that I knew from you. Could you check my sample and tell me if the scenario meet your condition or no?
Look forward to hear any feedback from you so I can help you further.
Hi John,
If you change the DOCTYPE to XHTML or HTML mode, WebGrid won't have error like you mentioned above because IE8 and IE7 support XHTML and HTML DOCTYPE.
If you have any further question, please don't hesitate to ask us. We will gladly help you.
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