User Profile & Activity

Maged Mikaeel Member
Page
of 2

I was able to fix it myself. Just resetting my password did the trick. Try that!

Looks like this company is out of business. They can't compete with the other new techs. They are really behind in technology. You get to think to switch to new technology. Like Angular components, AG Grid ...etc

I haven't heard back from you yet regarding this, can you please send me away to install my purchased version on my new computer? This is urgent, please!
Posted: September 12, 2016 9:13 PM

IS the hierarchical client side binding is still not supported for WebGird version 10?

Posted: June 1, 2015 6:55 PM
Thanks, it works.
Posted: May 29, 2015 7:05 PM
Any update regarding this ticket please?
Posted: May 28, 2015 4:50 PM
Thanks, I do understand.
Posted: May 27, 2015 2:13 PM

Thank you for your promt reply to this important issue.

Just a hint, this is very important issue that I was expecting from your team to email to us this hot fix.

Also from where can I check your hot fixes folder from time to time?

Finally why this is not pushed in Intersoft update manager?

Thanks,

Maged Mikaeel

Thanks for your reply.

From your sample, if you remove this column from the grid, the issue will happen, please remove it first and repeat the test scenario again:

This is the column you need to remove:

<ISWebGrid:WebGridColumn Caption="ShipperID"                DataMember="ShipperID" IsAutoIncrement="true"                DataType="System.Int32" Name="ShipperID" Width="100px"
                Visible="false">
            </ISWebGrid:WebGridColumn>

Thanks,
Maged

Thanks for your reply.

I reviewed your sample, and checked the differences between what I did and what is in the sample.

The main difference is you are using Customer table, and your primary key is CustomerID, what was the main difference is your primary keys is not Identity Increment. It’s actually a string that the user has to enter it.

In my case I have the key field as Identity Increment.

From my investigation, I found that the root cause for this issue, if you don't have the key field in the grid as one of the columns. So in my case I didn't have that because I don't need to display it, so the issue kept happening.

In order to work around it, I've to add a new column for the key field, and make it invisible which is not really convenient. This is really frustrating bug that cost me so much time to fix, please send it to your dev team if possible.

Thanks,

Maged Mikaeel


Maged Mikaeel

I found a work around, but I still believe you need to fix this behavior.
I call OnShowDropDown(), and I call ISGetObject(comboID).DoResize();

All times are GMT -5. The time now is 9:39 PM.
Previous Next