Please I have a datagridview with transaction bindingsource I want the datagrid to show the sorted rows only not all the records when i enter a value into a textbox and click button sort. thanks
Please I have a datagridview with transaction bindingsource I want the datagrid to show
Share
You have to put code like this in your control :
for example you can use the code as your
TextBox.textchangedcontrol to filter the Datagrid view as you type in the TextBox