D
Derek Mendez
I am trying to add records to a dataset using the footer of datagrid.
That works fine.
Additional functionality I am having a hard time with is performing a
query based on the text entered in the first textbox of the footer. I
would like to use an “ontextchanged” to initiate the query. I can do
this on a textbox on the webform outside the datagrid but cannot seem to
associate the footer - textbox to perform the operation.
Also I want to reset the focus to the first textbox in the footer after
the “add” button action is performed. I have tried with JavaScript I
think my issue is with assigning the textbox id to associate the action
with.
Any help would be greatly appreciated. Thanks in advance
That works fine.
Additional functionality I am having a hard time with is performing a
query based on the text entered in the first textbox of the footer. I
would like to use an “ontextchanged” to initiate the query. I can do
this on a textbox on the webform outside the datagrid but cannot seem to
associate the footer - textbox to perform the operation.
Also I want to reset the focus to the first textbox in the footer after
the “add” button action is performed. I have tried with JavaScript I
think my issue is with assigning the textbox id to associate the action
with.
Any help would be greatly appreciated. Thanks in advance