User Profile & Activity

xu guochun Member
Page
of 9

Hello Handy ,

  Thank you for your help . I want to know what mean  "Switching to new Client Side API" is . I do not find the method you said . Can you explain it more ?  I will be very grateful !

Hi Yudi ,

   Thank you for your reply ! My latest build version of WebGrid is 7.0.7200.431 and the latest build version of WebUI is 3.0.5000.1 .

   Can you give me that  running simple sample of batch update ?  I will be very grateful !

ok,the example works perfectly.thank for your help

Hi:

         Im so sorry. You misunderstood what I meant.  In my opinion ,I have used  the parameter.

         I use  Fuzzy query. Picture1 is my Initial Table.When I search "ans",press Search button .Please look at picture2,VisitDisplayName must have the text of "ans" in the row,that is right. then I turn to the next page, please look at the picture 3,Attention to the lower right corner of the picture 3 , this is the page 2 .  When I turn back to  the page1. It is not the page1 before ,row of VisitDisplayName have the text of "an",this is my  really  problem.
 

Hello Handy ,

    Thank you for your help . However , the method you provided can not work . So I make a simple runable sample . In this sample , when I click the Search button , the data of first page is normal . But after I click the icon of next page , I click the icon of previous page , then I find the data of first page is unormal . The data is not sifted .

   Can you help me to solve this problem ? Thank you very much !

The window point to ApplicationUri is a uxpage,not a uxwindow,there is no  WindowState  and WindowStartupLocation property.

Posted: September 2, 2011 12:35 PM

I want to generate serialnumber in the first column of grid.

 

when i use datagrid of microsoft,i can do like this:

dataGrid1.LoadingRow += new EventHandler<DataGridRowEventArgs>(dataGrid1_LoadingRow);

void dataGrid1_LoadingRow(object sender, DataGridRowEventArgs e) { 
  int index = e.Row.GetIndex(); 
  var cell = dataGrid1.Columns[0].GetCellContent(e.Row) as TextBlock; 
  cell.Text = (index + 1).ToString(); 
}

Hello Handy ,

  Thank you for your samples and help . However , it seems that there is not any samples about paging operation in the attachment file .

   My issue is about displaying the data of webgrid after paging operation , especially executing search operation  . After clicking the search button , the data of the first page is showed normal , because the data of webgrid is sifted according to the querying condition you provided . But after clicking the icon of next page in the footer of webgrid , the data of webgrid is displayed without sifted .

  Can you help me to solve this issue ? Thank you very much !

Hello Handy ,

  Thank you for your reply and help . I am so sorry that the method you put forward  did not work . I find it seem that this code like dv.RowFilter = strRowFilter;  and that code like e.DataSource = dv; can not use together . If I use two code together , the operation to sift data from database can not be executed .

  Can you give some samples about using RowFilter to sift the data from webgrid ? I am looking forward to your respond eagerly . Thanks a lot !

 

Hello Martin ,

   Is there any new information about my issue .  I am looking forward to your respond eagerly .

  Thanks a lot !

All times are GMT -5. The time now is 9:43 PM.
Previous Next