| Bill Bassler |
Any examples? If I'm able to generate, from a server-side control, a DataGrid or DataList (not sure yet which one) that represents a master/detail structure how would I go about wiring up a client-side script that will expand and collapse the rows?
|
|
| |
| |
| Bill Bassler |
Another important question would be can I do this without re-implementing the DataGrid/DataList functionality?
"Bill Bassler" <Click here to reveal e-mail address> wrote in message news:683920@aspngdatagridrepeaterdatalist... [Original message clipped]
|
|
| |
|
| |
| Bill Bassler |
This is exactly what I'm talking about. I "should" be able to inherit from System.Web.UI.WebControls via the hierarchy. I see that I can override the PreRender and Render methods. I also know that there methods that are used to insert client scripting in various points of the rendered page. I main issue is "can I access the, for example, a particular row element of the DataGrid to insert some custom scripting?
If I can't, in cases like this, the DataGrid object worthless to me. I have to build this functionality from the ground up. I'm back old ASP.
"Bill Bassler" <Click here to reveal e-mail address> wrote in message news:683925@aspngdatagridrepeaterdatalist... [Original message clipped]
|
|
| |
|
| |
| Bill Bassler |
Is the answer a templated control? "Bill Bassler" <Click here to reveal e-mail address> wrote in message news:684897@aspngdatagridrepeaterdatalist... [Original message clipped]
|
|
| |
|
| |
| Bill Bassler |
I can't find a reference to an OnDataBinding event. There's an ItemDataBound event that only seems to fire when binding a DataView to the DataGrid.
"Boozer, Lee" <Click here to reveal e-mail address> wrote in message news:685382@aspngdatagridrepeaterdatalist... [Original message clipped]
|
|
| |
|
| |
| Bill Bassler |
Lee, Please, How do I render/inject my additional client-script from the eventhandler?
"Boozer, Lee" <Click here to reveal e-mail address> wrote in message news:686926@aspngdatagridrepeaterdatalist... [Original message clipped]
|
|
| |
|