This is a migrated thread and some comments may be shown as answers.

Tabstrip - Radgrid

2 Answers 81 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Medac
Top achievements
Rank 1
Medac asked on 17 Sep 2008, 04:52 AM
Hi,

I am working on a requirement wherein i need to implement Rad Grid inside Tabstrip.I was successful in this but the problem I am facing is as follows.

1. I need to implement OnRowDblClick of RadGrid Row for this I have added following piece of code into my RadGrid

<

ClientSettings>

<ClientEvents OnRowDblClick="RowSelectedBatchAssoc" />

<Selecting AllowRowSelect="True"></Selecting>

</ClientSettings>

But now Tabstrip is not working

Can anybody please help me on this?

Thanks in advance,
Medac

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 17 Sep 2008, 06:45 AM
Hi Medac,

Is the "RowSelectedBatchAssoc" JavaScript routine defined? Are there any JavaScript errors when the page loads? I suspect a JavaScript error has occurred which prevents RadTabStrip from working.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Medac
Top achievements
Rank 1
answered on 18 Sep 2008, 04:53 AM
Hi Thanks....It worked!!!!!!!!
One more problem I am facing. I am having one <div></div> tag, in that div tag i have one textarea to enter comments and one OK button and one Cancel button. I want to display this <div> tag on the RADGRID. I have given the positioning properties for the <div>, but <div> tag is getting displayed at the button of the screen, i.e after all the controls.

Can you help me please?

Thanks in advance,
Medac
Tags
TabStrip
Asked by
Medac
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Medac
Top achievements
Rank 1
Share this question
or