Search Results

Type: Posts; User: matthew

Search took 0.01 seconds.
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Edycja.aspx.cs" Inherits="Edycja" %>

    <%@ Register assembly="DevExpress.Web.ASPxEditors.v9.3, Version=9.3.5.0, Culture=neutral,...
  2. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Edycja.aspx.cs" Inherits="Edycja" %>

    <%@ Register assembly="DevExpress.Web.ASPxEditors.v9.3, Version=9.3.5.0, Culture=neutral,...
  3. I can't get it work.
    I have the following multicombo:


    <ext:MultiCombo ID="aa" runat="server" Width="260">
    <Items>
    <ext:ListItem Text="Item 1" Value="1" />
    ...
  4. How to populate ext:TextField of ext:FormPanel.
    I'm basing on this example : https://examples2.ext.net/#/GridPanel/Miscellaneous/Details_Window/

    I want the textfield to be populated from a table...
  5. I added the following and everything works now:


    protected void Store1_RefershData(object sender, StoreReadDataEventArgs e)
    {
    this.Store1.DataBind();
    }
  6. I have the following code:


    <ext:Button ID="btnRefresh" runat="server" Text="Odśwież" Icon="ArrowRefresh">
    <Listeners>
    ...
  7. My CSS doesn't load in IE and Firefox. In Chrome it works without any problem.
    What should I do? I have the following code:

    .kolor1 .x-grid-cell
    {


    background-color: ...
  8. I found a workaround. I imported "System.Data.OracleClient" (make sure it is in the "bin" folder of your application) and perform updates by OracleCommand on that column. I'm still curious if it's...
  9. I have a grid panel. I get access to IP column. I send ping to IP numbers which are in that column. I know ping works, because it does the job and my grid panel after refreshing shows true values for...
  10. Ah ok. Thank you :)
  11. I'm trying to get access to a button in particular row in gridpanel.
    For example I want to change the text of the button in row 5 and leave the rest of buttons' texts in column unchanged.
    How can I...
  12. Yes I have seen this already. But the thing is that there was no intellisense and no hints after typing "record".
    For future searchers, I got it working by this code:

    var getRowClass = function...
  13. I need to get any documentation for this function. I need to operate on "record", "rowIndex" and "store", but intellisense in Visual Studio 2010 is not showing the correct prompts (I have to guess)....
  14. Hello.

    I've been working for the previous couple of days and I can't find a solution for coloring rows in Grid Panel (Ext.Net. 2.2.0 Framework .NET3.5).

    There is an example which uses css for...
Results 1 to 14 of 14