Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
59 views
open any sharepoint infopath form list from sharepoitn site it throwing
A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator




Please can anyone help




Thanks
Abu
Abu
Top achievements
Rank 1
 asked on 07 Feb 2012
3 answers
85 views
We're having issues with IE6 and IE7 and the MaskedTextBox It seems that the user can type in one character and the cursor jumps to the end. In IE8 and FF, it works just fine.

I searched the forums, and only found one possible solution, and it didn't work. We're using build 413.35

Here is the markup code:

<telerik:RadMaskedTextBox Mask="(###) ###-#### ext####" ID="rmtPhone"
             runat="server" MaxLength="25" Width="120px"
SelectionOnFocus="CaretToBeginning" />
We've tried SelectionOnFocus="None" and "CaretToBeginning" But I'm not sure that's the problem since it works ON FOCUS to the next charcter, it just doesn't like more than one character entered at a time for older IE browsers.
Vasil
Telerik team
 answered on 07 Feb 2012
1 answer
62 views
Hi there, is it possible to have the same functionality that appears when selecting an entire week (the week selected rolls over and the week is selected on click) but have this kick off once selecting a specific day and setting the selection period

For example if a user were to hover over a random day, and the selection period set was x days, could i have the mouse over highlight for x days from a random date and once that date was clicked then that date and those x days would be selected.

any help would be appreciated
Vasil
Telerik team
 answered on 07 Feb 2012
4 answers
105 views
Hello Experts,
i am trying to bring up my Visual studio 2008 project on my new Windows 7 laptop.
I am using Telerik RadControls for ASP.Net AJAX Q1 2009. It installed good.

I could complie the web application -  VS2008 project with no issues.

When i run the project..i am getting this error... screen shot attached...

any idea?

Stanimir
Telerik team
 answered on 07 Feb 2012
1 answer
101 views
Hi

Just setting off on a new website development, and looking for advice on avoiding interfering with RadControls when building my css file.

In particular I want to set the default style of the bullets in unordered lists, which has cause grief with buttons and menu items in the past.

What is the best way to approach this to avoid problems with RadControls  styling?

Advice would be very welcome!

Thanks

Clive
Bozhidar
Telerik team
 answered on 07 Feb 2012
1 answer
139 views
Hi,
   I am using the Rad window to load the pop up page. I use the below code to open the radwindow.
window.radopen("UserPage.aspx?UserId=" + value, "RadWindowManagerUser"); ///Javascript code

For closing the window i use the below coding in javascript

 

 

 

function click_handler(sender, e) {

 

 

 

if (e.get_item().get_value() == 'Closebtn') {

 

closewindow();

}

}

 

 

function closewindow() {

 

getwindowclose().Close();

}

 

 

function getwindowclose() {

 

 

 

var oWindow = null;

 

 

 

if (window.radWindow) oWindow = window.radWindow;

 

 

 

else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;

 

 

 

return oWindow;

 

}

The issue is even after the window is closed using th eabove code, the window is still persisting(it is not visible). It is not completely destroyed. I need to destroy the window. How this can be accomplished?

 

 

 

 

Shinu
Top achievements
Rank 2
 answered on 07 Feb 2012
1 answer
93 views
Hello,

I have a web application that's making use of a SQLCE 4 database and I was just wondering what issues, if any, I should be aware of when working with sqlce and the radgrid. I'm also using the Entity Framework and have setup a Entity Data Model. Everything seems normal at this point...

Some questions I'm trying to answer are;
1. should I use an ObjectDataSource or an EntityDataSource?
2. Which is better and why?
3. Also, can I make use of the QueryExtender?
4. Again, is there a reason why I should?
5. Perhaps I should use the code behind and bind to Lists?

I've not seen a lot of questions about sqlce and so as I dig in I'd thought ask if there was anything I should be aware of or watch out for.

Please let me know and thanks!

~ Dave
Vasil
Telerik team
 answered on 07 Feb 2012
1 answer
111 views
Hello Telerik,

i am changing my telerik verision from 2009 to Q3 2011. the problem when i am opening a rad window , the window shows as like in the image attached. when i use 2009 version telerik it is working fine. same problem comes when i am using 2010 version also.
1.    i am using ie 8
2.    i am usng custom skin ( gvip) ( attached )
i came up with the same issue before, but i did not get any proper solution for this. so i revert back my application to telerik 2009 version. but not i have to change my telerik version to 2011 Q3. so please give a solution ASAP.

ASPX code
<telerik:RadWindowManager ID="RadWindowManager2" runat="server" EnableEmbeddedSkins="false"
 Skin="gvip"  >
   <Windows >
      <telerik:RadWindow ID="rwPopup" ReloadOnShow="true" runat="server" Modal="True" EnableEmbeddedSkins="false">
       </telerik:RadWindow>
       <telerik:RadWindow ID="rwMaterialSearch" runat="server" Modal="True" OnClientClose="OnCloseMaterial"
           EnableEmbeddedSkins="false">
       </telerik:RadWindow>
   </Windows>

Custom skin ( Window.gvip.css )
.RadWindow_gvip .rwTopLeft,
.RadWindow_gvip .rwTopRight,
.RadWindow_gvip .rwTitlebar,
.RadWindow_gvip .rwFooterLeft,
.RadWindow_gvip .rwFooterRight,
.RadWindow_gvip .rwFooterCenter,
.RadWindow_gvip .rwTopResize,
.RadWindow_gvip .rwStatusbar div,
.RadWindow_gvip .rwStatusbar,
.RadWindow_gvip .rwPopupButton,
.RadWindow_gvip .rwPopupButton span,
.RadWindow_gvip.rwMinimizedWindow .rwCorner
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}
  
.RadWindow_gvip .rwBodyLeft,
.RadWindow_gvip .rwBodyRight,
.RadWindow_gvip .rwStatusbarRow .rwCorner
{
    background-image: url('Window/WindowVerticalSprites.gif');
}
  
.RadWindow_gvip .rwStatusbar input
{
    background-color: #f7f3e9;
}
  
.RadWindow_gvip .rwControlButtons
{
    margin-top: 1px;
}
  
.RadWindow_gvip .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}
  
.RadWindow_gvip a.rwIcon
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}
  
div.RadWindow_gvip .rwTitlebarControls em
{
    color: white;
}
  
div.RadWindow_gvip .rwDialogInput
{
    border: solid 1px #6788be;
}
  
div.RadWindow_gvip .rwDialogInput:hover
{
    border-color: #3f5f94;
}
  
div.RadWindow_gvip td.rwLoading
{
    background-color: #fff;
}
  
div.RadWindow_gvip td.rwWindowContent
{
    background-color: #fff;
}
  
/* Loading Indicators */
  
/* When ShowContentDuringLoad="true" */
div.RadWindow_gvip td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}
  
/* When ShowContentDuringLoad="false" */
div.RadWindow_gvip input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}
  
.RadWindow_gvip a.rwCancel,
.RadWindow_gvip a.rwCancel span
{
    background: none;
    cursor: pointer;
    cursor: hand;
}
  
.RadWindow_gvip a.rwCancel span span
{
    color: #395ba0;
}
  
.RadWindow_gvip a.rwCancel:hover span span
{
    color: #002bb8;
    text-decoration: underline;
}


Princy
Top achievements
Rank 2
 answered on 07 Feb 2012
2 answers
341 views
Hi,

I have a two level hierarchical grid where I need to apply some logic at ItemDataBound etc.

On my ItemDataBound event I check whether a column contains a specific value and based on that I change the font color:

protected void grdCurrentGarnishee_ItemDataBound(object sender, Telerik.Web.UI.GridItemEventArgs e)
        {
            if (e.Item is GridDataItem)
            {
                var item = e.Item as GridDataItem;
 
                if (item["ValidationState"].Text == "UNMATCHED")
                {
                    item.ForeColor = System.Drawing.Color.Red;
                }
            }
        }

This is working great but is causing some issue when I expand the child (details) table since the child table does not contain that column.

Is there a way to check whether e.Item is from the "parent" table and not details table?

Thanks
Johan
Top achievements
Rank 1
 answered on 07 Feb 2012
1 answer
130 views
Hi

I have setting the property imageeditor.language = "it-IT"
but i never find in telerik web site the corrispondent .resx files

Exist a default resx file to translate in other languages?

thx

Fabio
Princy
Top achievements
Rank 2
 answered on 07 Feb 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?