Data Within DevExpress Control Not On Initially Active Tab Doesn't Get Displayed
Aug 7, 2010
If I place a DevExpress ASPxComboBox or ASPxTextBox within a JQueryUI tabs widget, any data that is within a DevExpress control that is not on the initally active tab does not get displayed, although the DevExpress controls themselves are (they are just blank). Removing the tabs functionality for testing (by not calling the JQuery, the html structure remains identical) results in the DevExpress controls working fine.
View 2 Replies
Similar Messages:
Jan 19, 2010
I want to show a grid view Control that is initially displayed to allow the user to enter multiple records. This grid view will not be tied to a database nor will it need to save the data that is enter into the GridView Control directly to a database.
View 3 Replies
May 10, 2010
I have a .net Chart Control working beautifully in IE, but when I test it in Firefox, the chart initially does not show up. I do a shift+reload and it then does show up (?)
1) I have the .net Chart Control set to run in memory in the web.config:
<add key="ChartImageHandler" value=storage=memory; deleteAfterServicing=true;"/>
2) I also have the pages set to HttpCacheability.NoCache.
View 4 Replies
Oct 8, 2010
I am using a dev express control: ASPxHtmlEditor version 10.1. I am trying to create a simple that only has this control. Unfortunately the control does not render with any of its styles or images loaded. This happens over 20 times. The control does not have any of its styles and all of its images do not load on the control.
I am getting 404 exceptions similar to: "Failed to load source http://localhost:11238/DXR.axd?r=5_0"
View 2 Replies
Jan 12, 2011
I'm working with the 10.2 version of the DevExpress MVC controls. I have a page hosting a MVCxGridView and I need to preserve the current page when navigating away and back to this particular page.
I can see from the old ASPxGridView documentation that there's a PageIndex property, but this seems to only be accessible from a WebForms/Code Behind/Server Control type context. I'm using MVC and can't figure out how to preserve this page setting.
I've tried the cookie settings with the control but those don't seem to persist for me.
View 1 Replies
Jan 29, 2010
i created an Active X Control for my web Form first time when i executes my page its works fine.. but when i modified my Active X Control then place my ActiveX Control dll to my web site root directory then my Active X Control is not loading on my Web page..
View 2 Replies
Jul 1, 2010
I've got a Varchar2 field in my table which I want to convert to a CLOB. I am unsure whether the data would get truncated when selected. If so, what is the limit and does it depend on the database settings?
In my TOAD or SQLPLUS window it gets truncated but this may just be the environment settings. I'm not sure whether it would get truncated in my actual application (I can test this, but up to what size should I test?)
If it does get truncated, what's the best way to display the whole CLOB? There are other fields in my SELECT query, so I think I can't just loop through multiple rows. Is there any way out?
View 2 Replies
Aug 19, 2010
The Security is working fine when testing on a local machine, but when it gets published to the server, it seems that It can't get any active directory information at all.
For example, on the local computer <asp:LoginName ID="LoginName1" FormatString="(Welcome {0})" CssClass="loginname" runat="server" /> returns "Welcome DOMAINusername" but when it's published, it doesn't return anything at all.
Using code i've added users to the correct roles and checked they are really in the roles, but security when published won't recognise the current user's name, so it all fails.
View 1 Replies
Aug 19, 2010
why the system does not recognize DirectoryEntry in the code below? It indicates DirectoryEntry cannot be found.
[Code]....
View 2 Replies
Jan 20, 2011
I tried same method using C# and did not work for me. My case is very similar. Have my GridView Detail as thus
sp:GridView
ID="ResultGrid"
runat="server"
CellPadding="3"
BackColor="Black"
Font-Bold
="False"
Font-Italic="False"
Font-Overline="False"
Font-Underline="False"
ForeColor
="#333333"
pageSize="5"
UseAccessibleHeader="True"
AutoGenerateColumns="False"
DataKeyField
"S/N"
Font-Size="Small"
Font-Strikeout="False"
Caption="Contacts"
EmptyDataText
="No Record Added"
AutoGenerateDeleteButton="True"
OnRowCommand="DeleteRecord_Click"
>
<AlternatingRowStyle
BackColor="White"
/>
Within which I have my ImageButton Template as thus:
asp:TemplateField
HeaderText
="Delete">
<ItemTemplate
>
asp:ImageButton
ID="DeleteRecord"
OnClientClick
="return DeleteRow();"
View 2 Replies
Jul 10, 2010
I have a repeater control which displays text using the following code:
[Code]....
What i am trying to do is, i want to limit the total length of text displayed to, lets say 150 characters, how and wat code can i use to achieve this task
View 3 Replies
Aug 13, 2010
can the images displayed through the AdRotator control be changed automatically without using refresh button?
View 2 Replies
Sep 19, 2013
I have followed all the steps in the link [URL] and all the functions are working except that the flash player is not getting displayed in the gridview and hence i am not able to play.
View 1 Replies
Jan 24, 2011
I have a gridview on my aspx page with four columns from sql server.
Now my requirement is, whenever user click on button a barcode should be generated from the gridview and displayed in control.
I m totally clueless to how to achieve this and where to start.
View 1 Replies
Jan 1, 2010
I have a very simple code:
[Code]....
But when I run the site, there are no images displayed. this is the source code of the site :
[Code]....
in the code there ARE the images but as the result theres a blank page, I dont really understand it. and the problem is not in the url of the pictures, it can be opened normally by writting the whole url.
View 5 Replies
Jun 25, 2010
I have a problem with saving some data into extensionattribute in AD.There is no problem with saving data into properties like "Mobile" or "SN" but when I try to save data into one of extensionAttribute , for example: extensionAttribute7 , I get an error "The attribute syntax specified to the directory service is invalid".There is no problems of read data from extension Attributes.
I use code like this:
[Code]....
It works good with "standard" properties.
View 1 Replies
Oct 16, 2010
I am trying to set the active view in a multiview control from a different page using a linkbutton control. It does not seem to work for me.
[Code]....
View 3 Replies
Sep 17, 2010
I have a small standalone development project and am designing a form page in it.
It has a CalendarExtender, I notice that when it is initially popped up it is blank appart from the left/right arrow.
Pressing an arrow and the month appears OK and from then on it's OK.
If I create a brand new project and paste the code in it then works OK.
So it must be something in my project I think.
Code below:
[Code]....
View 8 Replies
Nov 20, 2010
I'm trying to include jQuery in an ASP.NET web site that also uses DexExpress controls, but no matter how I include my script, the $ function is always anonymous and the jQuery function is undefined. I suspect the DevExpress 'plumbing' script is overriding jQuery.
View 2 Replies
Oct 1, 2010
Trying to display the UpdateProgress but the control is not being displayed, not sure if I have the JS portion correct. However, the "Alert" box is showing.
Since I have an external trigger control in the UpdatePanel, the AssociatedUpdatePanelID will not work and I have to handle the display of the UpdateProgress control programatically.
Code:
[code]....
View 4 Replies
Apr 23, 2010
i am using a sitemappath control in my application. I have a master page and three content page. I declared a sitemappath control in all the three pages and a web.sitemap file. My problem is i get the sitemap only in my first page and in the other page i am not getting the sitemap control.
View 3 Replies
Sep 13, 2010
I'm not sure if this belongs here since it doesn't seem to be a coding issue but...
I am having an issue with using httpwebrequest - the first time I run HttpWebRequest on a page there is a 5-10 second lag before it returns the data I am looking for. It doesn't matter from what source I am polling the lag is always there so it has nothing to do with the sites I am connecting to.
After I poll the first time as long as the page is reloaded within 1 and a half minutes afterwards the httpwebrequest response is lightning fast.
If I wait a minute and a half to 2 minutes without reloading the page the lag returns again.
I've tried everything related to tweaking the httpwebrequest settings and none have had any impact whatsoever.
If it helps I have older pages that use classic asp that behave the exact same way when returning data from external websites so it seems to me like a server issue.
What I am left with is...
View 4 Replies
Mar 14, 2011
I am using VS 2010 and ASP.NET 4.0. I have the ASP:Menu in the top of my master page and it's orientation property is set to horizontally. I have a problem with some pages that take a long time to load data. The problem I am having is that when these slow pages load, the menu is initially vertical and then switches to horizontal after few seconds which doen't look good. I have tried to change Orientation in MenuItemDataBound but no difference.
View 3 Replies
Sep 23, 2010
I have spent the good part of a full day trying to come up with a solution for this and I have failed.
When the pane loads the problem is the combobox shows but the drop down does not show for it.
I have tried loading the accordion with selectedindex=0 and everything works fine.
I have also tied to set the selectedindex of the accordion in page load but I have not been able to get that to work so not sure if that solution would work or not.
Here is the code:
[code]....
View 2 Replies
Dec 8, 2010
I'm having problems with a modalpopup dialog that briefly appears in a top/left corner of the browser and then - after 1-2 seconds - finally centers itself as expected.
I have no animation or position (i.e. x, y) defined for the dialog. I do have "position: fixed" in a corresponding css file.
The interesting thing is that it always happens in Safari on Win and in IE but only when the popup embeds quicktime activex. As far as I could tell, FireFox, Chrome, and Opera do not have the problem.
View 1 Replies