Hi.
I have a WebGrid that is being populated from code. the fields, for example are customerID, customerFirstName, and customerLastName. Once I call DataBind(), the grid is successfully populated.
I would like to know which client side event i can use to perform formatting on the customerFirstName cell while it is being loaded. Typically, i use the InitializeRow on the Win Forms platform; however, it doesn't seem to be firing in this example - i tried InitializeRowHandler - but it didn't work as I thought it would.
Any help would be appreciated.
Thanks.
Hi,
Why can't you use the InitializeRow event server side to format it while it's loading?
Ed
because that would be too easy.... actually, i missed the event the first time around.
thanks.