Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
491 views
I have a simple grid that have 2 GridCheckboxcolumn.I'm trying to loop thru this grid in VB and extract the values for each row, I'm able to get the text value for GridBoundColumn but GridCheckboxcolumn return  

Here is some of my code

 

 

<Columns>

 

 

<telerik:GridBoundColumn DataField="ResourceId" DataType="System.Guid"

 

 

EmptyDataText="&amp;nbsp;" HeaderText="ResourceId" ReadOnly="True"

 

 

SortExpression="ResourceId" UniqueName="ResourceId" Visible="false">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridCheckBoxColumn DataField="Invited" DataType="System.Boolean"

 

 

HeaderText="Invited" ReadOnly="False" SortExpression="Invited"

 

 

UniqueName="Invited">

 

 

</telerik:GridCheckBoxColumn>

 

 

<telerik:GridBoundColumn DataField="Name" EmptyDataText="&amp;nbsp;"

 

 

HeaderText="Name" ReadOnly="True" SortExpression="Name" UniqueName="Name">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="Title" EmptyDataText="&amp;nbsp;"

 

 

HeaderText="Title" ReadOnly="True" SortExpression="Title" UniqueName="Title">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="Location" EmptyDataText="&amp;nbsp;"

 

 

HeaderText="Location" ReadOnly="True" SortExpression="Location"

 

 

UniqueName="Location">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="Response" DataType="System.String"

 

 

EmptyDataText="&amp;nbsp;" HeaderText="Response" ReadOnly="True"

 

 

SortExpression="Response" UniqueName="Response">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridCheckBoxColumn DataField="Attended" DataType="System.Boolean"

 

 

HeaderText="Attended" ReadOnly="True" SortExpression="Attended"

 

 

UniqueName="Attended">

 

 

</telerik:GridCheckBoxColumn>

 

 

 

</Columns>

 

 

 


VB code

 

 

For Each grdItem In RadGrid1.MasterTableView.Items
    ' to get Name value

 

 

    sName = grdItem("Name").Text
    
'How can i get the value for Invited Grid CheckboxColumn so i can set another checkbox to read only
Next

Your help is greatly appreciated

 

 

 

Thanks Tony
 

 

 

Tony Abou-Akl
Top achievements
Rank 1
 answered on 17 Jul 2009
1 answer
105 views
Hi,
I am somewhat confused on how I use stored procedures when updating the schedule.
I can retrieve the data using a stored procedure and display it in the scheduler, but I don't know how to set it up to call a update stored procedure.

Could someone put me in the right direction?

I hope that is clear. Thanks.
Peter
Telerik team
 answered on 17 Jul 2009
1 answer
319 views
At a customers request, I am trying to have a RadGrid go into edit mode on a mouse click in a grid row and update the item when another row is selected or the 'Enter' key is pressed. I got it all to work, except that the grid has a details table that wants to expand or collapse when the 'Enter' key is pressed, which is visually unappealing. I have the HierarchyLoadMode of the master table view set to 'Client'. I have not been able to find a setting in the grid object model (I'm building this as a SharePoint web part, so everything is C# code behind using the RadGrid objects) that disables this behaviour. Does anyone know how to disable this?
Sebastian
Telerik team
 answered on 17 Jul 2009
1 answer
116 views
Hi,

Can i use rad controls in .NET 1.1? I tried adding a reference to a project in 1.1 from bin 35. but it is giving me an error. Plz help.

Thanks,
Amith Shetty
Paul
Telerik team
 answered on 17 Jul 2009
1 answer
143 views
I want to remove all the nodes but the root node. Please let me know.

Thanks
Veselin Vasilev
Telerik team
 answered on 17 Jul 2009
1 answer
82 views
How to auto refresh a grid after using the updating in Popup control .
Sebastian
Telerik team
 answered on 17 Jul 2009
2 answers
252 views

Am just trying out this control in DNN, and the listbox is showing a set of bullet points to the left of the selection list.

Have tried this in 2 different skins and in IE8 and Firefox - it does seem to work in IE8 compatibility mode though...
Genady Sergeev
Telerik team
 answered on 17 Jul 2009
1 answer
56 views

 Hai

    How can I access "Value" property of a RadMenuItem in Javascript.

    Can you please provide me a sample?

   Thanks
   Srikanth gn
Shinu
Top achievements
Rank 2
 answered on 17 Jul 2009
1 answer
94 views
hi telerik,

I, actually, wanted to implement recurrence functionality with Customized Edit form (my own ASPX Page) in Radscheduler. I tried it by referring other posts and got succeeded in implementing Insert mode. i.e., I could be inserting recurrence rule to database table through my custom UI form but here, I have gotta problem-when it comes to edit the record with recurrence rule, I need to extract recurrence rule and put it on UI, which seems next to impossible without having proper algorithm of recurrence rule. So I see two ways here. Either, I could get algorithm of recurrence rule or the way how to implement recurrence functionality.

Thanks in advance,

Regards,
Jaspreet
Peter
Telerik team
 answered on 17 Jul 2009
3 answers
101 views
Hi, can i make RadGrid scrolling by javascript?



Thanks!
Dimo
Telerik team
 answered on 17 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?