Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
53 views
Hi,

Please have a look at the attached image.
The text label is overlapping the top of Bar.

Is there any way so that I can give a space between label and bar?
Also can I increase the Y axis values by code behind by one step?
Giuseppe
Telerik team
 answered on 16 May 2011
3 answers
156 views
Hi,

I'm inserting a new black row using javascript and a webservices. Everything works fine except the new row does not show in the grid until I do a page refresh.  Can somebody tell me why is that, or is there a way to do a page refresh using ajax?

Thanks,
Ron
Tsvetina
Telerik team
 answered on 16 May 2011
5 answers
1.0K+ views
I want to remove one column for excel export.

I used e.Worksheet.Table.Columns.Remove(3) under ExcelMLExportRowCreated but doesn't work.
I can't make the TagID column invisible on the grid display because I need to use this TagID to check -(!list.Contains(e.Row.Cells.GetCellByName("TagID").Data.DataItem.ToString())) if this TagID exists in the grid. I have to remove it after checking its existing.

-----------------------------------------------------------------------------------

 

if (!list.Contains(e.Row.Cells.GetCellByName("TagID"

).Data.DataItem.ToString()))

 

 

 

{

 

 

 

if (e.RowType == GridExportExcelMLRowType

.DataRow)

 

 

 

{

 

 

 

Int32

i = e.Worksheet.Table.Rows.Count;

 

 

 

e.Worksheet.Table.Rows.Remove(e.Row);

 

}

 

}

 

 

 

 

else

 

 

 

{

e.Worksheet.Table.Columns.RemoveAt(3); // want to remove TagID column for excel display but not working

}


Please help!

Daniel
Telerik team
 answered on 16 May 2011
1 answer
180 views
Does anyone have an example of a RadSplitButton (RadButton with EnableSplitButton=true) inside the ItemTemplate of a RadGrid?  I need to know the best way to display the context menu (always the same options) for each row in the Grid.  Is this even possible?  The options in the context menu will either open a RadWindow or redirect the user to another page.
Princy
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
126 views
My users want a custom list to display as follows:

12:01 AM 12:30AM 1:00AM 1:30AM ... 11:00PM 11:30PM 11:59PM

Is it possible to have 12:30AM to 11:30PM listed with a 30 minute interval, and stuff in (at runtime perhaps) a 12:01AM and a 11:59PM?    
Princy
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
67 views
Hello, i have a question about Radwindow
when radwindow appear , it behind Menu ?
http://nguy-hiem.co.cc/share/mail.png

THANK
Shinu
Top achievements
Rank 2
 answered on 16 May 2011
4 answers
166 views
i have six radtab's in page load first tab predefined show on page load
i'm giving like that

RadPageView1.TabIndex = 0;
 

Thanks,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 16 May 2011
2 answers
161 views
Hi,

I am using RadGrid, I want the alternate rows should be just look like normal item rows, so I set the AlternateItemStyle-BackColor to white, this works fine.
But a thin horizontal line is still coming in the bottom of alternate rows, see the attached snapshot.
How can I get rid of this thin line?

Ajay
Top achievements
Rank 1
 answered on 16 May 2011
3 answers
106 views
Greetings,

The slider is missing from my grid on Safari and Chrome, but is fine in both FF and IE.

See the screenshots for more information.

Using version: ASP.NET AJAX - Q1 2011

Please advise.

Thanks.
Pavlina
Telerik team
 answered on 16 May 2011
1 answer
100 views
When i set the grid's width not to occupy 100% of the space, i follow your mentioned code as follows

if

 

(actualOffsetWidth < l_screenWidth) {

 

 

sender.MasterTableView._element.style.width =

"";

 

sender.get_element().style.width = sender.MasterTableView._element.offsetWidth +

"px";

 

}

This works fine when I dont have vertical scrollbars. But when I get vertical scrollbars i get 17px difference. See the attached screen.

2) When we have vertical scroll bars it also automatically introduces horizontal scrollbars. I dont know why... i dont need that to be shown. See attachements.

see the difference in header and column lines and also see the unwanted horizontal scrollbar.

your immediate reply is requested.

Thanks very much

Tsvetina
Telerik team
 answered on 16 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?