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

Mobile platform support

3 Answers 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 09 May 2013, 01:52 PM
Hi

I want to know the RadControls support for mobile platform. Please help me. Is there any known compatibility issues?

 Thankyou,
Ben

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 May 2013, 02:00 PM
Hi Ben,

Please have a look at this documentation on Using RadControls in Mobile Browsers.

Thanks,
Shinu.
0
Ben
Top achievements
Rank 1
answered on 21 May 2013, 08:54 AM
Hi Shinu,

Thanks for your kind support. I am in another trouble, I have a RadCombobox with an itemtemplate that has a textbox too. I want to access the specific textbox based on a string I pass as an argument to the Javascript function. The argument is an database field which is already in the control. I need to do this in JS.








0
Shinu
Top achievements
Rank 2
answered on 21 May 2013, 09:50 AM
Hi Ben,

Please have a look into the following JavaScript code i tried which works fine at my end.

JavaScript:
<script type="text/javascript">
    function getTextBox(itemText ) {
        var textBox1 = $get('<%= ((RadTextBox)RadComboBox1.FindItemByText(itemText).FindControl("RadTextBox1")).ClientID %>');
    }
</script>

Thanks,
Shinu.
Tags
General Discussions
Asked by
Ben
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ben
Top achievements
Rank 1
Share this question
or