Search Results

Type: Posts; User: niichavo

Search took 0.01 seconds.
  1. Any DataTable leads to Error. For Example:



    DataRow dr;
    DataTable dt2 = new DataTable("ADUsers");
    dt2.Columns.Add("cn", typeof(string));
    dr = dt2.NewRow();
    dr["cn"] = "1";
    dt2.Rows.Add(dr);
  2. I saw that Coolite is delivered with Newtonsoft, but nevertheless did not use. :)

    In my opinion it is not a lot

    Jayrock.Json.Conversion.JsonConvert.ExportToString(DataTable):


    ...
  3. Juls, thanks for advice! I have found Jayrock JSON which well copes with serialization
  4. Hello!
    I am using code like in this example - https://examples1.ext.net/#/Form/ComboBox/Custom_Search/




    ...


    // 3 columns.
  5. So works :)

    JavaScript function example:



    ...

    function nodeSelected(node) {
    var pnode = node.parentNode;
  6. Add css to cls property.


    myNode.Cls = "NodeCss2"


    where NodeCss:
  7. Hello!


    How to select (or fire event 'click') child treenode automatically after tree/subtree expanding?
    Async treenodes are used.
  8. css class creation step-by-step repair situation. Hmmm, as a verse :)
  9. How I have understood, such behaviour is feature ExtJS?
  10. Hello!

    Miracles have started on pages of site after adding ext:ScriptManager in MasterPage .
    Bold headers are not applying in asp:GridView, though HeaderStyle-Font-Bold = "true" has been set in...
  11. No, I didn't. In this case TextField.Text was empty.
    Miracle! :) DeferredRender="false" solved my problem! Thank You and SpasiBO!
  12. I'm sorry, i'm russian. :) Excuse for my English

    piece of MasterPage:



    <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage"...
Results 1 to 12 of 12