Hi,
I am using WebHierarchicalGrid to bind two table values form dataset. I have these two grid in two usercontrols within in two tabs of UltraWebTab. I am getting grid binding issue in second tab sometimes. The error message is "Key:AlertId must be unique. The field objects in the grid must have non-empty unique keys assigned to the Key property." AlertId is the primary key i am using to bind . can any body help. I am assigning DataKeyFields = "AlertId" in the grid attributes.
Regards,
Kiran
Hi ContInt,
Could you give me the url of the sample where you're getting an exception and what you did to cause it?
thanks,Dave
We are developers and I personally on three occasions have provided samples, taking the time to recreate the issue and am told it is not reproducible. This is just illustrating frustration regarding some of the support team.
Here is a request - use DATASETS OR OBJECTS IN YOUR WHDG EXAMPLES. No one uses MDB files anymore, most Enterprise level apps are dealing with Dynamic DataSources. More Examples on using DataSets and Dynamic DataSources would be appreciated.
For instance, what good is a feature such as BatchUpdating that we held a Release for if it does not work. Even on your sample page I get errors and can't update a child band.
Sorry, it is just frustrating, I spent over a week creating examples and never get a fix. I have had to hack the control to get it to work as I want.
Hello Kiran,
Did you solve the issue after following David's advice?
Were you able to isolate a sample reproducing the issue?
Let us know if you need further assistance regarding this.
Hi All,
Could any of you provide a sample for this problem? The problem from the original post actually sounds like you are adding a Column to the Columns collection without setting the Key yet, so it might not have a non-unique key. If no sample can be supplied, it will be hard to help without more information. Like whether you're making columns in code-behind or from the aspx. How and when you're binding.
regards,David Young
Has a resolution to this been supplied anywhere. I am experiencing the same issue?