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
I have the same problem.
Since Infragistics are forcing this change from UltraWebGrid upon us by not making the UltraWebGrid cross-browser compatible I think at the very least they should be very helpful to all of us paying customers that now are forced to change.
So, why is this question not answered?
Has a resolution to this been supplied anywhere. I am experiencing the same issue?
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