User Profile & Activity

Handy Surya Support
Page
of 223

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. 

Regards,
Handy

Posted: June 24, 2010 10:52 PM

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.

Regards,
Handy

Posted: June 24, 2010 10:38 PM

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.

Please DO NOT attach your registries in here due to confidential purpose.
You can send us the registries after one of our team contacted you.
So, please let us your contact email address. We will try to catch up the rest issues.

Regards,
Handy
Posted: June 24, 2010 6:03 AM

Hello Luciano,

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.

Regards,
Handy

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();
        }
    }

Regards,
Handy

Posted: June 24, 2010 3:50 AM

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.

Regards,
Handy

Hi Shah,

Ok, I am able to replicate the issue. I will forward it immediately to our developer teams.

Regards,
Handy

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

Posted: June 23, 2010 1:19 AM

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.

Regards,
Handy

All times are GMT -5. The time now is 11:43 PM.
Previous Next