Click here to Skip to main content
15,908,175 members

Comments by Magesh M N (Top 29 by date)

Magesh M N 14-Dec-15 23:33pm View    
Yes Sure, I already did this with asynchronous thread..
Magesh M N 14-Dec-15 0:15am View    
The query i have been provided is just a sample query with default values..

Thanks for the suggestion of start search after 3 characters have been entered, I will discuss with our customers and try to achieve this..
Magesh M N 14-Dec-15 0:12am View    
In our scenario, i think auto completion not helpful, because the user may type anything like (any number, any part of reference, any part of bill items name etc..)
Magesh M N 14-Oct-15 4:57am View    
OriginalGriff,Richard MacCutchan,

My appilcation Bill Entry Application.
I wants to implement the search function is BillsList form.
This particular form is used to display the created bills like the history page..
This form contains a XtraGrid(DevExpress Grid), and some text boxes to show bill details.
This form also contains a Button Edit control to accept the search terms..

When the user types a search term in the Butto edit it should search the whole form and needs to highlight the occurance..

The search term may be any alphanumeric characters, it must acts like wildcard search in the whole form..

The grid contains the fields like Date, Amount, Bill code, Item code, Description,etc.
The search operation should check all the occurances in the whole page(Grid and textboxes)..

I didn't implement any coding related to searching operation, because i don't have any idea to implement this ...

Please provide me any suggestions regarding this..

Thanks
Magesh M N 14-Oct-15 4:19am View    
I doesn't aware of how to achieve this..
please provide me any references or tips..