Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
104 views
Hi
   I am using telerik 2012.2.724.35  , I am using fixed header and my grid does not render properly ,, please review the last column
these are grid settings
  <telerik:RadGrid ID="radGridPermission" runat="server" Skin="Office2007" AutoGenerateColumns="false" AllowPaging="false" AllowSorting="true" Width="99%" >
        <GroupingSettings CaseSensitive="false" />
        <ExportSettings OpenInNewWindow="true" >
            <Pdf FontType="Link" PaperSize="A4"  />
            <Excel Format="Html"   />
            <Csv ColumnDelimiter="Comma" RowDelimiter="NewLine"   />
        </ExportSettings>
        <ClientSettings>
        <ClientEvents OnRowSelected="P_OnRowSelected" OnRowDeselected="P_OnRowDeselected" OnRowCreating="P_OnRowCreating" OnRowCreated="P_OnRowCreating" />
        <Scrolling AllowScroll="true" FrozenColumnsCount="2" UseStaticHeaders="true"/>
        </ClientSettings>
        <MasterTableView ShowHeader="true" AllowFilteringByColumn="false" ClientDataKeyNames="UserId" ItemStyle-CssClass="UseHand">        
            <PagerTemplate>
                    <uc1:gridFooter ID="gridFooter" runat="server"  />
                </PagerTemplate>
            <Columns>      
columns here
 
 
This is code behind settings in a common function used by all grids on entire website.
 
            grid.PageSize = GetGridPageSize; // this is 10
            grid.PagerStyle.Mode = PagerMode;
            grid.PagerStyle.PageButtonCount = GetGridPageSize;
            grid.AllowPaging = true;
            grid.MasterTableView.AllowFilteringByColumn = false;
            grid.PagerStyle.AlwaysVisible = true;
            grid.ClientSettings.EnableRowHoverStyle = true;
 
            grid.MasterTableView.TableLayout = GridTableLayout.Auto;
            grid.MasterTableView.HierarchyDefaultExpanded = false;
            grid.ClientSettings.Selecting.AllowRowSelect = true;
            grid.ExportSettings.Pdf.PaperSize = GetPageSize;


Problem is in IE9 compat mode and IE7
Pavlina
Telerik team
 answered on 26 Sep 2012
1 answer
71 views
Hi everybody,

Considering a grid with columns of two types (bound and numeric), there is an alignment issue inside grid filter row (1-2 pixels depending on browser used). Remark, the JS code produced by grid control for the filter column changes greatly depending on the column type. Anybody knows how to fix this issue ?

See attachment (browser used google chrome 21, left column : bound, right column : numeric)
Thanks !
Eyup
Telerik team
 answered on 26 Sep 2012
2 answers
101 views

Hi,
I have created lots of custom web part using Telerik controls in MOSS 2007 with telerik.web.UI.dll version 2009.3.1208.20 and system.web.extension dll version 1.0.61025.0.My company has purchased Telerik license for dll version  2009.3.1208.20.

                   My problem is that one of our clients wants to deploy Bamboo web parts and our custom web parts in same site. The bamboo web parts are using following version of Telerik dll.

2008.3.1125.20

2010.1.415.35 

2009.3.1103.20 

2009.1.402.20

3.5.0.0 (system.web.extension)

If our client will deploy bamboo web parts in the same site where we deployed our custom web parts with Telerik dll version 2009.3.1208.20, so is there will be any impact on our web parts? If yes, Please provide any solution for that ASAP because it’s very urgent for our client.

waiting for your reply at earliest
Thanks,
Divya

divya sahu
Top achievements
Rank 1
 answered on 26 Sep 2012
8 answers
338 views
hi.
i'm using with tableView.get_dataItems() for getting the current editind item in "OnCommand" client-event;
its working good, but get_dataItems()  not contains the new record  in case of insert.
How could i getting the current new values in client?

thanks
Eyup
Telerik team
 answered on 26 Sep 2012
1 answer
302 views
Hi,

I have a radGrid which uses automatic insert, update and delete and I use a form template to edit a row.  In the edit form, I have one RadAsyncUpload which I use to allow the user to select PDF's from their local machine.  The control works as it should (i.e. it loads the files into the temp folder and then moves them to the target folder when the update or insert commands are fired.

The problem I am having is I need to be able to grab the filenames and populate a table in a database once the files have been uploaded with these filenames.  I only need the filename, not the complete path on the server.

I am using a sqldatasource which uses a stored procedure to do the insert/update to the table.  The sqldatasource accepts a filename parameter which is used by the stored proc.

What I would like to know is:

  • How do I get the filename property for each file uploaded?
  • How would I pass the filenames to the sqldatasource parameter so that each filename can be inserted into the table? (i am unsure as to how multiple filenames can be passed to the stored procedure, when it is only really called once - i.e. when the update button is clicked.  I thought I may have to pass the filenames into the parameter as an array or something, or as csv list and handle this in the sql code, but I'm just guessing at this.)

I have tried a lot of different things and looked at various posts, but none of them seem to be helping me with this problem.

I really need to get this working and am getting very frustrated with it.  Any help would be much appreciated.

Thanks
Nicky
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
100 views
I've noticed that the .racInput box in the RACB (InputType=Token) is only 22px wide when it is displayed inside of a RadGrid edit form. This causes the control to seemingly not work when you click on it unless you click on the far left of the empty space. My fix for now is just to call the click on the .racInput whenever the parent .racTokenList is clicked. Here is all I had to add to the page using jQuery:

$(document).on('click', '.racTokenList', function (e) { $(this).find('.racInput').click(); });

Another way of fixing it would probably be to resize the .racInput on display of the .racTokenList... and I'm sure Telerik will eventually fix the issue in the built-in code, but this was a simple fix for me for now. This may also help in other cases where the RACB is not originally displayed on the page.

Attached is what it looks like in our app using the WIndows7 theme. The .racInput is highlighted using the dev tools in Chrome.
Ivana
Telerik team
 answered on 26 Sep 2012
3 answers
100 views
I'm trying to use telerik asyncUpload, it works fine in all browsers but in IE9, I should turn on compatibility mode in order to see my file upload process after I select the file, but in your demo (http://demos.telerik.com/aspnet-ajax/upload/examples/async/webmail/defaultcs.aspx) it works fine in IE9 without need to turn on compatibility mode, how can I do something like your demo site for IE9?

also I'm going to store my images in database, do I need to perform postback? where I my files stored?
Plamen
Telerik team
 answered on 26 Sep 2012
4 answers
479 views
Hi

I use a RadComboBox with checkboxe that I hanle its event with javasript.

In server-side we need to set visibility of its items based on user search, then with javascript process them.

combo.get_items()   ::   in client-side return only those Items that are visible.

what should I do for it?

thanks.

Fatima
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
93 views
Hi,
Pl's find the attachment. Rad Combobox shows different style? Why?

Thanks & Regards
Anzar.M
Eyup
Telerik team
 answered on 26 Sep 2012
4 answers
165 views
hi,
kindly help me i am using datepicker in radgrid filter.
i use range filter ,my problem is some times make post back the popup calender still show .
i want hide it with any ajax post back '
thanks
Ashraf
Top achievements
Rank 2
 answered on 26 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?