Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
272 views
Hi there,

Iam using Link button in radgrid though GridImagebutton iam giving ID as 'Link'  in source code in design page.On page load iam getting the Linkbutton column text as Link which I have given in the source file but I want to get the text for  link button as the text which next column has but Iam unable to get the text .Can any one help here is the code


for

(int i = 0; i <= gviewTasks.MasterTableView.Items.Count - 1; i++)

 

{

 

 

//GridViewRow gvr= new GridViewRow();

 

 

 

LinkButton lnkbtnusername = new LinkButton();

 

lnkbtnusername = (

LinkButton)(gviewTasks.MasterTableView.Items[i].Cells[0].FindControl("Link"));

 

lnkbtnusername.Text = gviewTasks.MasterTableView.Items[i].Cells[3].Text.ToString();

 

if (gviewTasks.MasterTableView.Items[i].Cells[3].Text.ToString().Trim().ToLower() == "leave")

 

{

lnkbtnusername.ForeColor = System.Drawing.

Color.Black;

 

}

 

else

 

{

lnkbtnusername.ForeColor = System.Drawing.

Color.Blue;

 

}

}

Shinu
Top achievements
Rank 2
 answered on 18 Dec 2009
1 answer
126 views
Hi,
I have use 'GridClientSelectColumn' and i am a facing problem in Internet Explorer that when i click on header checkbox to select all rows, i am getting warning 'Stop running this script?'.

I have attached image also.

Thanks,
Pavlina
Telerik team
 answered on 18 Dec 2009
1 answer
142 views
I see that if you use ShowFullTime, the property of DayStartTime is ignored. Is there a way to start the day like at 6:00AM and continue to full day (ending at 5:59 AM)?

Please suggest!
thanks
Peter
Telerik team
 answered on 18 Dec 2009
1 answer
97 views
Hello,

I tried to create a derived skin from WebBlue for menu using Visual Style Builder but it seems not in a final status as I was unable to adapt lot of colors (especially the background for expandable root and the border color)  ?

Is this tool usable in some way with RadMenu ?
Dommage if cancelled before the final version !

Regards
CS
Alex Gyoshev
Telerik team
 answered on 18 Dec 2009
4 answers
213 views
Hi,

I am using radgrid and I have filters for some 4 col in my grid

These 4 cols are string,string,integer and decimal data columns

I have currentfilterfunction for the integer and decimal as "greaterthanequalto" and for others string i havent set.(which means default equal to)

For the first time when I filter all works fine.

Once when I filter the string columns (which is = filter)....it filters and then when I filter the age or amount for greater than (>=) ...it doesnt filter for that....instead filters only for = .

Can someone tell me why?
Iana Tsolova
Telerik team
 answered on 18 Dec 2009
5 answers
106 views
the 2009 Q3 SP1 rad controls dont being added during installaton, even I've tried to add them manually but no controls could be added.
Blaize
Top achievements
Rank 1
 answered on 18 Dec 2009
1 answer
74 views
Hi Telerik Team.

                          I am using Ajax radScheduler to my application which iss prety good control to my requirement. I am getting a problem with resources. I am creating resources dynamically resources are creating well and i can able to create appointments also. While i am a new appointment if i change the resource (user) from dropdown it is not moving to that particular resource slot. It is remaining at same place where i am creating. Can you please give me suggestion on that.


Thanks and Regards
--------------------------
K RAMU
Peter
Telerik team
 answered on 18 Dec 2009
8 answers
415 views
Hello
I have a checkboxlist which is linked to a dataset.
I would like to have a tooltip on each item in my checkboxlist which would be linked to a field in my dataset.
Here is my code

 Me.ChkMath.DataSource = dsBlocMath  
 Me.ChkMath.DataTextField = "NOM_COURS" 
 Me.ChkMath.DataValueField = "ID_COURS" 
 Me.ChkMath.DataBind() 
 <asp:CheckBoxList ID="ChkMath" runat="server">  
 </asp:CheckBoxList> 
Thank you
Svetlina Anati
Telerik team
 answered on 18 Dec 2009
0 answers
106 views
problem solve
Webster Velasco
Top achievements
Rank 2
 asked on 18 Dec 2009
3 answers
143 views
Hi
in My project i m using Rad window and Radtabstrip,no i m facing one issue.

from my button-->popup radwindow-->in Radwindow there is tabstrip, but issue not show proper here i attached that Screen
there is 2 tab but not display proper
what is reason,any other page it show good but in radwindow

waiting for reply


Amitkumar
Top achievements
Rank 1
 answered on 18 Dec 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?