Gilad
This should work, yes. WinGrid should behave the same whether you're getting your data from a table or a view.
Are you sure the data is getting into your application? Is there a call to the Fill() method of your TableAdapter somewhere in your form's code?
Hi Vince, We are really new with infragistics and currently i'm only checking if infragistics capabilities suites our requirements.
I'm using the automatic binding feature, i have created a view in my data base and dragged it to the wingrid just like i'm dragging any other data source table.
I didn't write any code at all and is counting on the automatic binding, if this is posible we will get inside the code.
If i drag an ordinary DB table, this works and i can see my data in the frid when i run the project but if i drag a DB view (from the data source explorer) it doesn't show anything.
If i do the same on the WinTree control - it works, but i need the WinGrid and not the WinTree.
I have searched for the problem but came with no resultes and will appriciate your help.
Thanx, Gilad.