User Profile & Activity

Abdullah Foysal Member

Which code do you use to show the filterbar in grid.

 

Is it only grid.ShowFilterBar()? because I found the grid row display area autometically get resized then l click filterbar from ConextMenu.

 

Another problem: Is there any flag which can give us information that the filterbar is currently visible or invisible?  

Looks like a solution. Let me try. Thanks for your reply
I think use template type is not the best way. Why don't you use 'Hyperlink' type? For $ format, you can set on DataFormatString propery. With these way, it should be easier.

e.g WebGrid1.RootTable.Columns.GetNamedItem("Price").DataFormatString = "$##.##";

Regards,
Handy


Thanks for your reply. My situation is different. So, thats not the way my boss wants. Anyway, I solved the problem using custom column type and WebControl calss.


Thanks once again.

All times are GMT -5. The time now is 6:32 PM.
Previous Next