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
Sure, I will create a wi for this feature request.
Regards,Handy
Hello,
Thank you for your feedback. Unfortunately, it is not a bug. The current method can only open SelfRefRow in one level, not all SelfRefRow include the child.
Hi Mark,
Ok, I confirmed your report. I am able to replicate it here. Please do not use the compression until the fix. I will forward this to our developer teams.
Hello Luciano,
Could you please kindly do as following.
1. Open “Registry Editor” by typing “regedit” in the run window.
2. Explore to “Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Intersoft Solutions” folder.
3. Click “File” from the “Registry Editor” window menu and select “Export…” to export the registry.
4. Do the same to “Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intersoft Solutions” folder.
Yes, some debugging issue also caused when the authentication is not set. Ok, Could you let us know your environment details? As I asked before are all the products missing the icon? Or only some of them? Could you please let us know which one? We will try to replicate in the environment you gave us.
Hi Yousif,
If you want to expand the row when loading WebGrid, I suggest you to handle the code at InitializeRow serverside event.
e.g... some KeyValue are not in string object. So, sometimes, you will need to convert into string.
protected void WebGrid1_InitializeRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e) { if (e.Row.KeyValue.ToString() == "1") { e.Row.ExpandSelfRefRow(); } }
Hello Mark,
Yes, but we need to replicate the issue first to analyze the issue. Please try to create a simple runable project include the assemblies that replicates this issue. Hope we can figure out what is the differences.
Hi Shah,
Ok, I am able to replicate the issue. I will forward it immediately to our developer teams.
Hello Sham,
When running with a defaul global.asax, It should be working as expected. You can use your own custom method in global.asax, but you need to ensure that the default one also works (not conflict) in your own global.asax.
FYI, WebGrid 4.0 is the old product and we have discontinued to release hotfix for old products. So, I don't think that any changes would be made in WebGrid 4. The possible way if you enhance your current global.asax or upgraded into new version.
Regards,HAndy
Hi Jason,
In RowChangedAction properties, you should change it into "FlyPostBack".
With this way, OnRowChanged event would be triggered. But I think you could not check the state in there. Because, everytime you click on another rows, the changed row would automatically get updated.Probably, the state would always return false.
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