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
Thank you.
This has answered my question for the checkbox checking.
I will review again whether the on after exit edit gets fired if the user changes the numeric value field and then hits the return key.
I think the threads have changed since I last used them. How do I set this thread as being answered.
OK, the OnExitEditMode doesn't seem to fire if you hit the enter key. Is there another event?
Also, OnCheckBoxClick works but I have a problem.
When the user unchecks the checkbox, I ask them if this is what they want to do. If they answer no I can't seem to check the checkbox in javascript. I tried using:
selectedRow.GetCells().GetNamedItem("approved_flag").SetValue(true)
but the UI does not reflect the change even when I call
grid.RootTable.UpdateUI();
afterward. How can I check the checkbox in javascript?
Nevermind, I didn't include the code that set the FilterType values.
The issues was on my FilterTypes, I was using the value LIKE or LESSTHAN (all uppercase). Changing it to use mixed case Like or LessThan fixed the issue.
I figured it out. The problem was that it was still trying to act like a hyperlink because there was no value being returned from the function. So in the CustomObjectAttributes where you have onclick="javascriptfunction();", I added return false; to it like this onclick="javascriptfunction(); return false;". Returning false, seems to prevent any more from taking place.
This only partially worked for me. The link is on a grid in a modal dialog. When the link opens, everything is fine (it links to another modal window). When I exit the modal window, a browser window opens up saying IIS 7.5 Detailed Error - 404.0 Not found.
Please help...
BTW - I still think it's a bug...
OK then. I just did the ForceNoEdit in the OnRowIntialize in my c# code.
This fixed it. Thank you.
This does it. Thank you very much....
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