the First Problem i wnat to Insert into(add ) a new row above the Selected Row . this Fuction Also Like
Excel's Fuction (Insert into a new row ).. Thanks very much . And Anticipateing your solution
At Frist Thanks for helping me to solve the row insert problem. now i have another problem to disturb you . It is that I want to Come true the ultrawingrid Replace and Find Function. It is like
Excel's Replace and Find Fuction. But i can't find the Find() properity in the Ultrawingrid.
Can you give my some Code Examples .Thanks very much!
Hi,
The UltraWinGrid does not have any built-in search functionality. You will need to write code to loop through the rows in the grid and examine the Text of each cell.