BoldDesk®Help desk software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
///
/// Initializes the dialog.
///
/// The target for find / replace operations.
/// The text to be shown in find text box.
/// Specifies if dialog should be shown in find-only or replace mode.
public void SetState(IGridFindReplaceDialogSink view, string str, bool bReplace)
Stefan
>we are using Find/Replace (GridFindReplaceDialog ) dialog that provides user to find text on data bound grid.
>
>users want the replace button to be disabled.. how do i achieve this ?
>
>Regards
>Yogi
> ///
> /// Initializes the dialog.
> ///
> /// The target for find / replace operations.
> /// The text to be shown in find text box.
> /// Specifies if dialog should be shown in find-only or replace mode.
> public void SetState(IGridFindReplaceDialogSink view, string str, bool bReplace)
>
>
>Stefan
>
>>we are using Find/Replace (GridFindReplaceDialog ) dialog that provides user to find text on data bound grid.
>>
>>users want the replace button to be disabled.. how do i achieve this ?
>>
>>Regards
>>Yogi
>> ///
>> /// Initializes the dialog.
>> ///
>> /// The target for find / replace operations.
>> /// The text to be shown in find text box.
>> /// Specifies if dialog should be shown in find-only or replace mode.
>> public void SetState(IGridFindReplaceDialogSink view, string str, bool bReplace)
>>
>>
>>Stefan
>>
>>>we are using Find/Replace (GridFindReplaceDialog ) dialog that provides user to find text on data bound grid.
>>>
>>>users want the replace button to be disabled.. how do i achieve this ?
>>>
>>>Regards
>>>Yogi