Question to DataLink
Posted: Wed 04 Jun 2008 12:08
Hey
I use your latest version of 4.7 with VB.NET 2008
I have a thirdparty Grid bound to a DataAdapter with hierachial structure.
So, the DataLink's DataSource is set equal to the DataSource of the Grid.
When the user clicks a row in the Grid, the TextBoxes (to which the DataLink is set) is filled correctly.
But, I look for a solution, when the user clicks on the header of the grid, then the TextBoxes should have no entries.
I tried to set DataLink.Position = -1, but there is still the first article from list filled to the textbox.
Hope you understand my problem and can give me a solution.
THX
I use your latest version of 4.7 with VB.NET 2008
I have a thirdparty Grid bound to a DataAdapter with hierachial structure.
So, the DataLink's DataSource is set equal to the DataSource of the Grid.
When the user clicks a row in the Grid, the TextBoxes (to which the DataLink is set) is filled correctly.
But, I look for a solution, when the user clicks on the header of the grid, then the TextBoxes should have no entries.
I tried to set DataLink.Position = -1, but there is still the first article from list filled to the textbox.
Hope you understand my problem and can give me a solution.
THX