Search Results

Type: Posts; User: ViDom

Page 1 of 20 1 2 3 4
Search took 0.04 seconds.
  1. Ok, it works. Thread can be closed, thanks.
  2. Ok, but I've changed authentication to 'forms' and now I get 302 error in the same place.
    My Logon.aspx

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Logon.aspx.cs" Inherits="Logon" %>...
  3. Hi,
    This is my sample:
    Test.aspx

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" %>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>...
  4. I've checked: ś ć ą ę
  5. If you can do something about it ?
  6. Hi,
    I've noticed that MultiUpload drag&drop feature doesn't work when special characters (polish) are in file name. I checked your example
    https://examples2.ext.net/#/MultiUpload/Basic/Simple/ and...
  7. There is ReportViewer control on this content page and when I added ResourceManager.GetInstance().DisableViewState = false in Page_Load, this page gets loop on load
  8. Sorry, i forgot to write that ResourceManager is in master page and all pages are content page and for one of them i would like to enable viewstate
  9. Hi,
    how can I enable viewstate on one page, when ResourceManager has DisableViewState="True"?
  10. Ok, I managed that by using CellClick Listner, I set my css class to the table row. But now I have another problem. I want to change font-weight in all cells of clicked row by setting my css class...
  11. Hi,
    I have a grid with Checkbox Multi Selection and CheckOnly = true. I want to add css class to the last cliked row which is not selected by checkbox.
    How can I do that?
  12. Ok, you are right, it's not a problem.
    Thread can be closed
  13. In Ext.NET v 1.X it was functioning in the same way?
  14. Hello,
    My Button gets grid state like this:


    <ext:Button runat="server" ID="btnSubmitSettings" Hidden="False" Cls="list-button"
    Icon="ScriptSave"...
  15. Hello,
    This is my example:

    MasterPage


    <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Page.master.cs" Inherits="test2.Page" %>

    <%@ Register Assembly="Ext.Net"...
  16. Thanks, I done like in example and it works fine. Thread can be closed.
  17. I've gridpanel created in codebehind, as well as button with directevent method. My aplication has viewstate disabled. My selection model is CheckboxSelectionModel, SelectionMode.Multi. When I press...
  18. Ok, it works, thanks
  19. Hi,
    It's almost ok, but i shouldn't be smaller than the Combo width
  20. Hello,
    Is there a way to set auto width for combobox items list, I want it to be adapted to the width of the longest item.
  21. Ok, thread can by closed, Flash has been updated to newest version and the problem was gone.

    Thanks,
    Vidom
  22. That's what I can see in IE debuger.
    7187
  23. Hello!
    On your MultiUpload example https://examples2.ext.net/#/MultiUpload/Basic/Simple/ there is js-error "Unable to get property 'on' of undefined or null reference". Do you know, what is the...
  24. It's worked for me but on some pages it's generate those js errors:



    NS_ERROR_FAILURE: Failure
    doc.execCommand(cmd, false, (value == undefined ? null : value)); ext.axd?v=37843 (row 145305)
    ...
  25. Extra row at the end (when it should be at top). At top everything is like old(even when I made summrow element to have id equals to -1. What could cause that?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4