Hi
,i have two problem.
first ;
i put a button within a grid's line like this
<MasterTableView TableLayout="Fixed" ClientDataKeyNames="Myid">
<ItemTemplate>
<asp:button ID="mybut" runat="server" Text="Mytext" OnClientClick="Myfunc()" />
</ItemTemplate>
</MasterTableView>
...
and put a javascript named Myfunc in my asp code.
all they ok.
but i want to retrieve the myid value of the record that belongs to the row that user clicked the button within Myfunc() script with client javascript
the second problem is
i open a Window with radopen in my script named Myfunc like this
radopen ("MySecondPage.Aspx", "Mywin")
on firefox it opens the window when user clicked the button wihin the row
and after closing the modal window it stays on the record which user clicked.
but on ie it goes to the top of the page.
i searched the forum all the answers are make the grid scrollable but i dont want to do it scrollable.
isn't there another way ?.. and is there a bug or problem in telerik rad components ?..
best regards
,i have two problem.
first ;
i put a button within a grid's line like this
<MasterTableView TableLayout="Fixed" ClientDataKeyNames="Myid">
<ItemTemplate>
<asp:button ID="mybut" runat="server" Text="Mytext" OnClientClick="Myfunc()" />
</ItemTemplate>
</MasterTableView>
...
and put a javascript named Myfunc in my asp code.
all they ok.
but i want to retrieve the myid value of the record that belongs to the row that user clicked the button within Myfunc() script with client javascript
the second problem is
i open a Window with radopen in my script named Myfunc like this
radopen ("MySecondPage.Aspx", "Mywin")
on firefox it opens the window when user clicked the button wihin the row
and after closing the modal window it stays on the record which user clicked.
but on ie it goes to the top of the page.
i searched the forum all the answers are make the grid scrollable but i dont want to do it scrollable.
isn't there another way ?.. and is there a bug or problem in telerik rad components ?..
best regards