Search Results

Type: Posts; User: stefanos

Search took 0.01 seconds.
  1. Hi,
    due to the fact that when adding too many shortcuts in the desktop module using the sortindex they overlap (see attached screenshot) 24772

    We have decided to set them by X,Y values. The...
  2. Thank you Daniil for this solution. This actualy solves also many other troubles I had with the user controls along with direct methods.
  3. thanks for that, it was very useful!
  4. <%@ Page Language="C#" CodeBehind="test.aspx.cs" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    ...
  5. Hi,
    I am using your example for uploading a file, but when it comes to the "if (this.FileUploadField1.HasFile)" it is false when I am using a tool from the window to save. for testing purposes I...
  6. In the following code, the "AutoLayout" value of the Layout property of the Window is where my question lies, and instead of 6 textfields, in my case I have arround 20 in each fieldset. When you...
  7. Hi,

    I was looking into the Desktop feature that is really neat, but I came across a problem. I need to create a window that holds a lot of fields that are grouped inside fieldsets that results in...
  8. Finally made it work.
    Just needed to have a dynamic Id for the map to refer to.



    <ext:RowExpander runat="server" ID="RowExpander">
    <Listeners>
    <Expand Handler="...
  9. I would like the number of rows in a grid to depend on the number of rows that any screen can hold. It should show per page only the ammount of rows that can be visible without the use of a scrolbar....
  10. Hi,

    I have a table with companies, in different locations in the world and would like to add a google map with the location of each company, to be shown when the user expands the specific row. ...
Results 1 to 10 of 10