Search Results

Type: Posts; User: ada

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. I am applying this sample.https://examples2.ext.net/#/DataView/Basic/Overview/
    it is basic dataview implimentation.what I wanna do with this sample ,when click the image inside dataview,show the...
  2. I just wondering so thats why I aske it ,what if he want to do this,(I mean adding tab and pass the parameters,) via usercontroler ascx,what would u advise.thank u
  3. on the web service side I am applying


    StoreRequestParameters parameters = new StoreRequestParameters(this.Context);
    string condition= parameters.GridFilters.ToString();
    //I ma sending...
  4. Ext.NET.Community-master (2).zip package,asking me license ,did I miss something? where is the where I downloaded.https://github.com/andreskane/Ext.NET.Community
  5. Is it possiable to execute ext.net control inside asax file.what I wanna do is show a error window which is created inside asax file ,and show it to client.
    thank you
  6. thank you for reply ,but this sample doent work with 2.2,it render nothing
  7. how can I show a image depents on the its value,for example when the row cell has a value like" 0 " I wanna show lock icon,if has a value like "1" ,wanna show unlock icon.(for one column)
    thank you
  8. I post it stackoverflowe,Should I post here same question as well? thank you

    here is the my question link ...
  9. how can I pass
    <ext:GridFilters ID="GridFilters1" runat="server" Local="False">
    <Filters>

    values to remote webservive.I am using storeparameter to pass filter value but...
  10. <ext:StoreParameter Name="filter" Value="App.gridMBi.getFilterPlugin().getFilter('Name').getValue();" Mode="Raw" />

    I know there is a "set" methot though.but Isnt there a methot like this in...
  11. I am not so good at ext.net ,my personel expereriance using sqldatasource make the code messy ,passing the parameters from one to another datasource ,declare all crud action in one page ans so on..
  12. Hi all,
    I have 2 question

    First is ,after created windows and loading external page(A.aspx),I resize my window,but all elements inside page stay same size.
    for example I click the...
  13. I hope I didnt say wrong something.

    this is what I have learnt so far on this issue from your posts both in this forum and stackoverflow.
    thanks to you .
  14. I am also trouble with this ,
    try describe
    [DirectMethod]
    public string DirectMethod()
    {
    return DateTime.Now.ToString();
    } inside the main page.and bind...
  15. my default aspx


    <form id="form2" runat="server">
    <ext:Panel runat="server" ID="mainPanel" Title="test" >
    <TopBar>
    <ext:Toolbar runat="server" Layout="FitLayout">
    ...
  16. thank you so much
  17. take a look at this one

    http://stackoverflow.com/questions/16964551/bind-the-data-to-the-gridview
  18. I have a button,I want to form validation(client side) before direct click event fire.I tryed lots of way but failed.

    ** I already set textbox like this.


    <ext:TextField ID="Ad" runat="server"...
  19. when click the insert button(btnSinifEkle),my event fire via OnBeforeRecordInserted="tetikle4".even I click the cancel button,It is already inserted via OnBeforeRecordInserted and shown inside the...
  20. Thread: RowEditor_Remote

    by ada
    I solve the problem using store event
  21. Thread: RowEditor_Remote

    by ada
    ummm,anyone help me or just give me a hint how I can apply
  22. Is there a way to call SetTimeStamp directly inside the ImageCommandColumn? I tried App.direct.SetTimeStamp(); inside the <Listeners><Command handler but it didn't work .

    Plus, is it possible to...
  23. Thread: grid binding

    by ada
    I populate my list from database like this.



    List<BObj_person> list = new List<BObj_person>();

    BObj_person person = new BObj_person
    {
    PersonName...
Results 1 to 25 of 59
Page 1 of 3 1 2 3