have Employee class ….below are the attributes of it.
· ID
· Name
Now..I want to display ID,Name and Item No (Index of item..List<Employee> ..Item COunt..then how i can bind it in Unbound Field
<igDP:Field Name="ID" Label="ID">
<igDP:Field.Settings>
<igDP:FieldSettings AllowSummaries="False" AllowEdit="False"/>
</igDP:Field.Settings>
</igDP:Field>
<igDP:Field Name="Name" Label="Name">
<igDP:UnboundField Name="ItemNo" Label="ItemNo" BindingPath="DataItem">
</igDP:UnboundField>
Hello BRana,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Thank you for your post. I have been looking through it and I created a sample project for you with the functionality you want. I used an ObservableCollection instead of a List, because it has a CollectionChanged Event in which I set an additional property which is equal to the index of the item in the collection. Please note, we are making effort to ensure that all forum posts are answered by an Infragistics expert. We believe that the other community member could benefit from this thread as well.
If you have any further questions fell free to ask.