Search Results

Type: Posts; User: cobiscorp

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. First, why dont we get a date on Ext.Net v1 FINAL release? All we can get now is Ext.NET 1.0 RC1. Then we can talk about v2 ...
  2. Hi, I'm using the code below in order to hide the refresh button on paging toolbar but doesn't work



    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  3. the solution above works fine, but I would like that the AjaxMethod recieves the parameter in Json format in order to apply this:



    Dictionary<string, string>[] selectedData =...
  4. I'm creating a javascript function that show a grid column like a link, and that function redirects to an AjaxMethod that takes like a parameter the entire row where I clicked but doesn't work, I...
  5. Hi,

    I need to create a dynamic GridPanel and apply a css to that grid, but the style for alternative row (.x-grid3-row-alt) doesn't show.


    Here is the sample code



    <%@ Page...
  6. Ty. It worked Nicely
  7. Hi,

    I want to be able to show a load mask on every page I load. The first time I load the page. I use the following code:


    Default Page:


    <ext:Panel SkinID="lytWorkArea"...
  8. Hi,

    Can you post a sample, I would like to see how to achieve the AutoGenerate Grid...

    thanks
  9. Hi, I just added this to my default page. In my case the defaul page is always alive the content site renderes on an IFrame. Otherwise you have to add this to your master page or every single page....
  10. Thanks this solved the problem
  11. This works great for this tiny example, but in reality I have dozens of coolite controls all over my application. Do I have to set this property for eachone of them?


    Edit: You ninja post! I will...
  12. Hi, I am having this issue and its driving me nuts.

    When I am developing, I add a couple of break points to step into code, but most of the time it takes more than 30 secs to review your code,...
  13. Hi, I'm using this code in order to create a gridPanel



    <%@ Page Language="C#" %>

    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Register Assembly="Coolite.Ext.Web"...
  14. Yup the fix works nicely. Ty.

    By the way, I tried this code instead of adding the random, but it didn't work.





    Response.Cache.SetCacheability(HttpCacheability.NoCache);
  15. Hi, Here is the code:

    Default.aspx


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="RotateImageDemo._Default" %>

    <%@ Register Assembly="Coolite.Ext.Web"...
  16. Hi, I am trying to rotate an Image Inside a Panel. See the Attachment. I am having problems, I dunno what its happening. The first time I click the Rotate Left Button It does what its expected to,...
  17. Thanks, it worked nicely. Can you explain me why?

    Mark it as solved.

    Btw, I added:



    Button1.AjaxEvents.Click.IsUpload = true;
  18. Hi, I am using the following code to open a save dialog from codebehind, but I am getting this error:

    Request Failure
    Bad Response: Invalid Character




    private bool responseEnd = false;
    ...
  19. Ty for the answer.
  20. I have this question can v0.8.1 and v1.0 be on the same project? Any know bugs/problems? How about the Newtonsoft dll.
  21. You are totally right.

    Which approach I should try then? I have used WebMethods, PageMethods and even jQuery. Don't tell me I will have to do this all in JS. Like for instance open a print screen...
  22. Hi,

    I was trying to use a Data View and a Store to make the thumbnail of this Image Viewer control but it didn't work out. Now, to generate the thumbnail I use image buttons and the image is...
  23. Ok uploaded. "Thumbnail" on the left panel wont show up.

    1416
  24. Hi,

    You are missing something like this on the Page Load to reproduce the error:




    string s = @"C:\folder";
    List<string > ls =new List<string>();
    ls.Add("image1.jpg");
  25. Changed to:


    dataview.Template.Text = "<ul class=\"\"><tpl for=\".\"><li><div class=\"\"><img src=\"{Url}\"></div></li></tpl></ul>";

    Still receiving the same error:

    The Template can't be...
Results 1 to 25 of 29
Page 1 of 2 1 2