Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140997 | Nov 18,2018 08:19 AM UTC | Nov 21,2018 09:43 AM UTC | WinForms | 5 |
![]() |
Tags: GridGroupingControl |
public string GetLocalizedString(System.Globalization.CultureInfo culture, string name,object obj)
{
switch (name)
{
case DynamicFilterResourceIdentifiers.StartsWith:
if (comparerList)
return "empieza con";
else
return "StartsWith";
case DynamicFilterResourceIdentifiers.EndsWith:
if (comparerList)
return "termina con";
else
return "EndsWith";
… |
this.gridGroupingControl1.TopLevelGroupOptions.CaptionText = " {RecordCount} Artículos"; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.