Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
226 views
I am trying to put together a general purpose pivot table, so I don't really know what columns they will be needing. As a result I have a lot of hidden fields. 

Is it possible to get a scrollbar on that window? You can expand it of course, but only gives me 35 to 40 hidden fields. Expanding the width only makes the objects wider, it it would switch to multiple columns that would be a good alternative to a scrollbar.

Thanks
Randy Miller
Venelin
Telerik team
 answered on 01 Jul 2013
3 answers
157 views
How would you use foreign key data to populate the DetailsTables grid?

I am using onneeddatasource to populate the MasterTableView. I am also using linq as my datasource.
Andrey
Telerik team
 answered on 01 Jul 2013
1 answer
102 views
Hi, 

We've recently upgraded from Q3 2010, mainly to accommodate for IE10. We've had various issues but most of the functional ones are resolved after searching in this forum. Those are like changes of visible=false to display=false. We're left with UI problem, mostly have to do with font size and RadTextBox & RadComboBox width changes, which distorted our layout.

We uses textboxes in a lot of pages and we have our own textbox control which inherit from RadTextBox (we only override non display related attributes/parameters), which we later set WrapperCssClass in the constructor based on some advise we found in this forum. Is there any simple way we can reset the textbox and combobox to look like how they appears before in Q3 2010 without having to modify every single page? 

We've tried to use WrapperCssClass to set all the textboxes width to auto and it appears to work in IE10, IE9/8, Firefox and Chrome, although the size seems to be smaller than before. But when we turn on Compatibility mode in IE10/9/8, the textboxes will appear bigger, and the layout distorted again. It feels like font size changes. As for RadComboBox, on some pages, it fill the width of the container and WrapperCssClass doesn't exist in RadComboBox for us to apply the similar change like RadTextBox.

We then try to find out if this problem appears in the Live Demo, but VS2010 crashes when loading the solution. On VS2012 it does load, but we then fail to set the target framework to .Net3.5. It's either it crashed or the page throws exception about incompatible runtime version. How should I make it work in VS2010 with .Net 3.5

Thank you


Galin
Telerik team
 answered on 01 Jul 2013
2 answers
601 views
Hi, i have this code and I dont know how to resolve the exception. The action is executed when i press a button btnExportar

protected

 

 

void BtnExportar_Click(object sender, EventArgs e)

 

 

{

 

 

 

 

List<Festivo> listaFestivos = ....

 

//se crea un RadGrid vinculado a la lista de festivos.

 

RadGrid rg = new RadGrid();

 

//configuramos el radGrid para que tenga una sola columna

 

GridBoundColumn columnaFestivos = new GridBoundColumn();

columnaFestivos.UniqueName =

 

"Festivos";

 

 

columnaFestivos.DataField = 

 

"Fecha";

 

 

columnaFestivos.HeaderText = 

 

"Festivos";

 

 

rg.MasterTableView.Columns.Add(columnaFestivos);

rg.DataSource = listaFestivos;

rg.DataBind();

 

 

 

this.Exportar(rg);

}

 

 

 

private void ConfigureExport(RadGrid rg)

{

rg.ExportSettings.ExportOnlyData =

 

true;

 

 

rg.ExportSettings.HideStructureColumns = 

 

true;

 

 

rg.ExportSettings.IgnorePaging =

 

true;

 

 

rg.ExportSettings.OpenInNewWindow = 

 

true;

 

 

rg.Columns[0].Visible = 

 

false;

 

 

}

 

 

 

 

public void Exportar(RadGrid rg)

{

ConfigureExport(rg);

rg.MasterTableView.ExportToExcel();

}

can you help me? thanks

 

Mihir
Top achievements
Rank 1
 answered on 01 Jul 2013
4 answers
391 views
Good day.
With the release 2013.2 I assign the value of a tbox with the script:

$("#RadWindowDataEntryArticolo_C_tboxArticoloCodice_tbox").val(Codice)

In code behind the text property is blank. After a click in the control, the text property, is what I'm expected.
What's wrong ?
PAOLO
Top achievements
Rank 1
 answered on 01 Jul 2013
4 answers
202 views
Hi,

I have a needatasource radgrid that allows inline vb.net edits.  What I want to do is let the user make any edits to the grid values and then dump the grid to the DB by a Save Button.  I can't save each edit one at a time because the table needs to be dumped and resaved because of an ordering issue and I won't know the correct order until the person is done making all the edits...  Is this possible?
Kostadin
Telerik team
 answered on 01 Jul 2013
1 answer
132 views
Hi ,
         In Project i have create one insert form with validation and editable gridview it shows in same page .In this i want to update details in gridview .But validation control for insert form will takes place in gridview update event. So i want to make cause validation  false for gridview update.Please give me a solution.

Thanks,
Arun.
Konstantin Dikov
Telerik team
 answered on 01 Jul 2013
3 answers
76 views
Hi I am using radGrid and radEditor in my application.
   I have a button in radGrid onclick i am changing the content of radEditor.

  Please send me some sample code that when we click on grid Button the content on rededitor should change without page reload.

Thanks
Sumit
  
Sumit
Top achievements
Rank 1
 answered on 01 Jul 2013
2 answers
189 views
I am facing a weird problem on my checkbox and link button inside a Telerik grid. When the grid comes in edit mode like after double clicking on it and we do the tab out the focus with border are visible on Telerik Textbox and Dropdown but it comes on check box or link button it doesn't show border on it but internally it focus on these control because when we press enter or spacebar checkbox and link button work their functionality. So any suggestion would be helpful.
Himanshu
Top achievements
Rank 1
 answered on 01 Jul 2013
1 answer
121 views
Hi

I was working with the file api to upload files  and for that I have disabled the plugins and found that multiple file selection is restricted in IE9. For selecting files plugins are they required? In chrome this is working and IE allowing to select single files.

Thanks,
Sameer.
Princy
Top achievements
Rank 2
 answered on 01 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?